bitbot-3.11-fork/README.md

23 lines
1.1 KiB
Markdown
Raw Normal View History

2016-03-29 11:56:58 +00:00
# BitBot
Python3 event-driven modular IRC bot!
## Dependencies
* [BeautifulSoup4](https://pypi.python.org/pypi/beautifulsoup4)
* [python-telegram-bot](https://pypi.org/project/python-telegram-bot/)
* [scrypt](https://pypi.python.org/pypi/scrypt)
2016-10-23 14:45:06 +00:00
* [suds](https://pypi.python.org/pypi/suds-jurko)
* [twitter](https://pypi.python.org/pypi/twitter)
Use `pip3 install -r requirements.txt` to install them all at once.
2016-03-29 11:56:58 +00:00
## Configurating
To get BitBot off the ground, there's some API-keys and the like in bot.conf.example. move it to bot.conf, fill in the API keys you want (and remove the ones you don't want - this will automatically disable the modules that rely on them.)
2016-03-29 11:56:58 +00:00
2017-09-01 11:44:38 +00:00
## Eagle
BitBot's National Rail module can optionally include output from Network Rail's SCHEDULE via [Eagle](https://github.com/EvelynSubarrow/Eagle). Configuration on BitBot's end is covered by the `eagle-` keys in bot.conf.example.
2017-09-01 11:44:38 +00:00
2016-03-29 11:56:58 +00:00
## Running
Just run `./start.py`
2016-03-29 13:40:56 +00:00
On first boot, he'll ask for a first server to connect to then exit. do `./start.py` again and he'll connect to that server and join #bitbot (to get him to join other channels, simply invite him to them.)