No description
Find a file
2016-03-29 16:21:27 +01:00
modules added bitly.py and haveibeenpwned.py. 2016-03-29 16:20:50 +01:00
.gitignore first commit. 2016-03-29 12:56:58 +01:00
bot.json.example first commit. 2016-03-29 12:56:58 +01:00
Config.py first commit. 2016-03-29 12:56:58 +01:00
Database.py first commit. 2016-03-29 12:56:58 +01:00
EventManager.py first commit. 2016-03-29 12:56:58 +01:00
IRCBot.py first commit. 2016-03-29 12:56:58 +01:00
IRCChannel.py first commit. 2016-03-29 12:56:58 +01:00
IRCLineHandler.py first commit. 2016-03-29 12:56:58 +01:00
IRCLog.py first commit. 2016-03-29 12:56:58 +01:00
IRCServer.py first commit. 2016-03-29 12:56:58 +01:00
IRCUser.py first commit. 2016-03-29 12:56:58 +01:00
LICENSE Initial commit 2016-03-29 12:44:46 +01:00
ModuleManager.py first commit. 2016-03-29 12:56:58 +01:00
README.md added a little more to README.md. 2016-03-29 14:40:56 +01:00
start.py first commit. 2016-03-29 12:56:58 +01:00
Timer.py first commit. 2016-03-29 12:56:58 +01:00
Utils.py made it possible to get http code even when a HTTPError kicks up. 2016-03-29 16:21:27 +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.