Compare commits
2 Commits
62cc40cdb4
...
3cdf98426e
Author | SHA1 | Date | |
---|---|---|---|
3cdf98426e | |||
e1d23704cf |
16
README.md
16
README.md
@ -13,6 +13,22 @@ search for API keys, passwords, endpoints, and more.
|
|||||||
|
|
||||||
GitMon will also build a table that maps commit email addresses to GitHub usernames.
|
GitMon will also build a table that maps commit email addresses to GitHub usernames.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
```shell
|
||||||
|
git clone https://git.juggalol.com/agatha/gitmon
|
||||||
|
cd gitmon
|
||||||
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
GitMon works best with a token. Without a token you are limited to 60 API calls per hour.
|
||||||
|
Creating and using a Personal Access Token will raise that limit to 60,000 API calls per hour.
|
||||||
|
|
||||||
|
To use a Personal Access Token, create a `config.py` file:
|
||||||
|
```
|
||||||
|
token = 'ghp_YOUR_TOKEN_HERE'
|
||||||
|
```
|
||||||
|
|
||||||
## Caught Slippin'
|
## Caught Slippin'
|
||||||
![Deleted GitHub token](.img/slippin-ght.png)
|
![Deleted GitHub token](.img/slippin-ght.png)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user