No description
Find a file
2016-03-29 21:05:07 +01:00
modules made commands work in channel AND in private message. 2016-03-29 16:22:22 +01:00
.gitignore
bot.json.example
Config.py
Database.py
EventManager.py
IRCBot.py
IRCChannel.py
IRCLineHandler.py made commands work in channel AND in private message. 2016-03-29 16:22:22 +01:00
IRCLog.py
IRCServer.py made commands work in channel AND in private message. 2016-03-29 16:22:22 +01:00
IRCUser.py made commands work in channel AND in private message. 2016-03-29 16:22:22 +01:00
LICENSE
ModuleManager.py
README.md added a little more to README.md. 2016-03-29 14:40:56 +01:00
start.py
Timer.py
Utils.py added code to Utils.get_url to prevent non-iso-latin-1 urls being attempted. I need to put in a better fix than this at some point. 2016-03-29 21:05:07 +01:00

BitBot

Python3 event-driven modular IRC bot!

Dependencies

Configurating

To get BitBot off the ground, there's some API-keys and the like in bot.json.example. move it to bot.json, fill in the API keys you want (and remove the modules that rely on those configs.)

Running

Just run ./start.py

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

Data storage

The main data storage for Bitbot is done in his sqlite3 database, bot.db.