We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c60c63 + 22ebd44 commit bb44c7fCopy full SHA for bb44c7f
.env.sample
@@ -1,2 +1,2 @@
1
-USER=YOUR_GITHUB_USERNAME
+GITHUB_USER=YOUR_GITHUB_USERNAME
2
TOKEN=YOUR_GITHUB_PERSONAL_ACCESS_TOKEN
bot_follow.py
@@ -31,7 +31,7 @@
31
sleepSecondsLimitedMax = int(args.sleep_max_limited or 1500)
32
33
load_dotenv()
34
-USER = os.getenv("USER")
+USER = os.getenv("GITHUB_USER")
35
TOKEN = os.getenv("TOKEN")
36
37
bot_unfollow.py
sleepSecondsLimitedMax = int(args.sleep_max_limited or 300)
0 commit comments