Reddit bot to check if anybody around here is qualified.
Go to file
Keith Irwin 7dd4d608a5
Added bot info^Co top of main.py
2017-09-08 16:39:41 +00:00
.gitignore Removed virtualenv environment 2017-08-31 14:43:57 -04:00
LICENSE.md Initiated repo 2017-08-30 22:22:01 +00:00
README.md Added startup message 2017-08-31 18:53:54 +00:00
main.py Added bot info^Co top of main.py 2017-09-08 16:39:41 +00:00
praw.ini Got everything working 2017-08-31 16:12:53 +00:00
requirements.txt Installed praw and setup virtualenv 2017-08-30 22:33:43 +00:00

README.md

Is Anybody Here Bot

v0.1.0

Keith Irwin

Is Anybody Here Bot is a bot that finds experts for you, operating as u/IsAnybodyHereBot. It's triggered whenever someone posts "Is anyone here a doctor?" or "Has anyone here been to Fiji?" or something like that. The bot will post a link to that comment in r/IsAnybodyHere, and if you meet the requirements, you can go to the original comment and add your two cents!

Usage

I recommend setting up an environment with virutalenv:

virtualenv -p python3 env
source env/bin/activate
pip install -r requirements.txt

To run the bot, simply run main.py with python3, setting environment variables for praw:

praw_client_id=XXXXXXXXXXXXXX praw_client_secret=XXXXXXXXXXXXXXXXXXXXXXXXXXX praw_password=XXXXXXXX ./env/bin/python3 main.py