No description
Find a file
jesopo 7792be247c Track lines-to-be-sent up until they're completely sent, queue up more than 1
line at a time in write buffer if we've got space (src/IRCServer.py)
2019-02-10 14:09:27 +00:00
databases
logs
modules Have to refer to timer.kwargs to get kwargs (in.py) 2019-02-10 13:27:49 +00:00
src Track lines-to-be-sent up until they're completely sent, queue up more than 1 2019-02-10 14:09:27 +00:00
.gitignore Change .gitignore entry for log files to include new 'trace.log'/'warn.log' 2018-11-27 12:00:31 +00:00
bot.conf.example Spotify now requires access tokens to use it's API (spotify.py) 2019-01-29 22:34:28 +00:00
EVENTS.md
LICENSE
README.md I totally forgot that we don't need flask. at all. 2019-01-24 19:17:31 +00:00
requirements.txt Forgot to remove Flask from requirements.txt 2019-02-06 00:03:16 +00:00
start.py Add an -L argument to start.py, to explicity specify log level 2019-02-09 16:40:23 +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