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.
|
2 years ago | |
---|---|---|
.gitignore | 6 years ago | |
LICENSE.md | 6 years ago | |
README.md | 6 years ago | |
main.py | 2 years ago | |
praw.ini | 6 years ago | |
requirements.txt | 6 years ago |
README.md
Is Anybody Here Bot
v0.1.1
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