Skip to content

maniknarang/arsenal-reddit-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arsenal-reddit-bot

Running the script

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 +a

Run the script as python bot.py

About

A simple reddit bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages