No description
Find a file
2019-03-06 13:28:08 +00:00
databases Move log and database files to their own folders 2018-09-24 15:26:31 +01:00
logs Move log and database files to their own folders 2018-09-24 15:26:31 +01:00
modules Also print private notices 2019-03-06 08:08:40 +00:00
src add IRCServer.clear_send_buffer() to clear queued lines 2019-03-05 11:35:24 +00:00
.gitignore gitignore .log files in any directory 2019-03-06 13:28:08 +00:00
bot.conf.example Link to a better resource that explains how to get custom search api key and ID 2019-02-17 13:26:15 +00:00
EVENTS.md received.command takes a final [command] part 2018-09-30 15:07:39 +01:00
LICENSE Initial commit 2016-03-29 12:44:46 +01:00
README.md '##bitbot' -> '#bitbot' in README.md 2019-02-18 16:30:11 +00:00
requirements.txt Forgot to remove Flask from requirements.txt 2019-02-06 00:03:16 +00:00
start.py Add -N to start.py to disable to-file logging 2019-03-04 19:35:18 +00:00

BitBot

Python3 event-driven modular IRC bot!

Dependencies

Use pip3 install -r requirements.txt to install them all at once.

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.)

Run ./start.py to run the bot with default settings (--help for more information) which will ask you for server details the first time you run it (run it again after filling out that information to get the bot going.) If you need to add more servers, use ./start.py --add-server.

Github web hooks

I run BitBot as-a-serivce on most popular networks and offer github-to-IRC web hook notifications for free to FOSS projects. Contact me for more information!

Eagle

BitBot's National Rail module can optionally include output from Network Rail's SCHEDULE via Eagle. Configuration on BitBot's end is covered by the eagle- keys in bot.conf.example.

Contact/Support

Come say hi at #bitbot on freenode