Simple reddit bot which crawls reddit submissions using praw4 and send emails based on keyword to run :
python xbox_bot.py
To deploy on heroku create the required config vars:
- REDDIT_USERNAME
- REDDIT_PASSWORD
- REDDIT_CLIENT_ID
- REDDIT_CLIENT_SECRET
- SENDGRID_APIKEY
- MAIL_TO
- MAIL_FROM
- Sendgrid Api, signup here : Signup on Sendgrid
- Reddit App, how to create: How to Create Reddit App
heroku run:detached python xbox_bot.py