github-watchman
Monitoring GitHub for sensitive data shared publicly
File Explorer
Download Latest Version (.zip)- pythonpackage.yml
- pythonpublish.yml
- example.conf
- logging.md
- rules.md
- access_tokens.yaml
- aws_api_tokens.yaml
- azure_api_tokens.yaml
- azure_service_account_files.yaml
- bearer_tokens.yaml
- client_secrets.yaml
- gcp_service_account_files.yaml
- google_api_tokens.yaml
- interesting_files.yaml
- misc_private_keys.yaml
- passwords.yaml
- pgp_private_keys.yaml
- private_tokens.yaml
- s3_config_files.yaml
- slack_api_tokens.yaml
- slack_webhooks.yaml
- __about__.py
- __init__.py
- __main__.py
- config.py
- github_wrapper.py
- logger.py
- test_rules.py
- .gitignore
- CHANGELOG.md
- LICENSE
- MANIFEST.in
- README.md
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/PaperMtn/github-watchman
Downloads the entire project code from GitHub to your computer.
cd github-watchman
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly โ no need to clone the source.
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
