Build a .env file in the same directory with the following variables (NOTE: never push this file):
CLIENT_ID="client_id"
CLIENT_SECRET="client_secret"
REDDIT_USERNAME="username"
REDDIT_PASSWORD="password"Set environment variables as:
set -a
source <filename>.env
set +aRun the script as python bot.py