Updated Github API Integration (markdown)

xer0dayz 2020-09-21 09:56:01 -07:00
parent 2e6aa99893
commit f04d5d4bf6
1 changed files with 6 additions and 2 deletions

@ -1,8 +1,12 @@
To enable Github API integration via Sn1per, you must create your Github API token by going here: https://github.com/settings/tokens. If you already have a Github API token, you will need to update /root/.sniper.conf with the following value:
To enable Github API integration via Sn1per, you must create your Github API token by going here: https://github.com/settings/tokens. If you already have a Github API token, you will need to update ```/root/.sniper_api_keys.conf``` with the following value:
```
# GITHUB API KEY
GITHUB_API_KEY="_____ENTER YOUR API KEY HERE_____"
```
Next, add the following value to your ```/root/.sniper.conf``` file:
```
GITHUB_SUBDOMAINS="1"
```