Reddit bot to check if anybody around here is qualified.
Go to file
Keith Irwin e72f418f75
Updated contact meta
2021-07-19 19:04:29 -06: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 Bumped version 2017-09-08 16:39:52 +00:00
main.py Updated contact meta 2021-07-19 19:04:29 -06: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.1

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

Changelog

v0.1.1

  • Added subreddit blacklist