From f04d5d4bf6e0d7a66e52705979fe8eb8675d35ec Mon Sep 17 00:00:00 2001 From: xer0dayz <1N3@hushmail.com> Date: Mon, 21 Sep 2020 09:56:01 -0700 Subject: [PATCH] Updated Github API Integration (markdown) --- Github-API-Integration.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Github-API-Integration.md b/Github-API-Integration.md index 4f4438e..540bf44 100644 --- a/Github-API-Integration.md +++ b/Github-API-Integration.md @@ -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" ```