Reddit bot to check if anybody around here is qualified.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Keith Irwin e72f418f75
Updated contact meta
2 years ago
.gitignore Removed virtualenv environment 6 years ago
LICENSE.md Initiated repo 6 years ago
README.md Bumped version 6 years ago
main.py Updated contact meta 2 years ago
praw.ini Got everything working 6 years ago
requirements.txt Installed praw and setup virtualenv 6 years ago

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