ki9us / is-anybody-here-bot

Moved to GitLab

Home Page:https://gitlab.com/ki9/is-anybody-here-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Moved to GitLab

https://gitlab.com/ki9/is-anybody-here-bot

License:GNU General Public License v3.0


Languages

Language:Python 100.0%