8000 Merge pull request #5 from Correia-jpv/dev · Correia-jpv/github-follow-bot@bb44c7f · GitHub
[go: up one dir, main page]

Skip to content

Commit bb44c7f

Browse files
authored
Merge pull request #5 from Correia-jpv/dev
2 parents 5c60c63 + 22ebd44 commit bb44c7f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
USER=YOUR_GITHUB_USERNAME
1+
GITHUB_USER=YOUR_GITHUB_USERNAME
22
TOKEN=YOUR_GITHUB_PERSONAL_ACCESS_TOKEN

bot_follow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
sleepSecondsLimitedMax = int(args.sleep_max_limited or 1500)
3232

3333
load_dotenv()
34-
USER = os.getenv("USER")
34+
USER = os.getenv("GITHUB_USER")
3535
TOKEN = os.getenv("TOKEN")
3636

3737

bot_unfollow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
sleepSecondsLimitedMax = int(args.sleep_max_limited or 300)
3232

3333
load_dotenv()
34-
USER = os.getenv("USER")
34+
USER = os.getenv("GITHUB_USER")
3535
TOKEN = os.getenv("TOKEN")
3636

3737

0 commit comments

Comments
 (0)
0