Initialize PRAW client with dotenv

This commit is contained in:
George Kaklamanos 2023-06-10 17:14:29 +03:00
parent 14ac4ef4ac
commit 979a563408
2 changed files with 21 additions and 0 deletions

5
.env Normal file
View file

@ -0,0 +1,5 @@
PRAW_CLIENT_ID=""
PRAW_CLIENT_SECRET=""
PRAW_USER_AGENT=""
PRAW_USERNAME=""
PRAW_PASSWORD=""