-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2a2e211
commit 8c01e4b
Showing
3 changed files
with
62 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,15 @@ | ||
# example of .env file / env variable needed | ||
# example of .env file / env variables needed | ||
|
||
PERSONAL_GITHUB_USERNAME = "your_github_username" | ||
PERSONAL_GITHUB_TOKEN = "your_github_token" # you can create a token from "https://github.com/settings/apps" | ||
|
||
# the person you want to follow | ||
TARGET_GITHUB_USERNAME = "target_username" | ||
|
||
# email configuration. see here for some help if you use gmail: https://support.google.com/a/answer/176600?hl=fr | ||
SMTP_SERVER = "smtp.gmail.com" # for using gmail server | ||
SMTP_PORT = 465 # for SSL, gmail uses 465 | ||
|
||
EMAIL_SENDER = "" # your email | ||
EMAIL_RECIPIENT = "" # the email of the person you want to send the email to | ||
EMAIL_PASSWORD = "" # your email password, eventually an app password if you use gmail and have 2FA enabled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters