is-anybody-here-bot/README.md

11 lines
292 B
Markdown
Raw Normal View History

2017-08-30 16:22:01 -06:00
# Is Anybody Here Bot
2017-08-31 10:12:53 -06:00
###### v0.1.0
2017-08-30 16:22:01 -06:00
[Keith Irwin](https://keithirwin.us/)
2017-08-31 10:12:53 -06:00
To run the bot, simply run main.py with python3, setting environment variables for praw:
```sh
praw_client_id=XXXXXXXXXXXXXX praw_client_secret=XXXXXXXXXXXXXXXXXXXXXXXXXXX praw_password=XXXXXXXX python main.py
```