Awesome IRC bot
bin | ||
docs | ||
examples | ||
pyircbot | ||
.gitignore | ||
README.md | ||
setup.py |
pyircbot3
A modular python IRC bot
Quick start
- Install:
python3 setup.py install
- Configure:
cd examples ; vim config.json data/config/Services.json
- Run:
pyircbot -c config.json
Developing Modules
Check docs/
TODO
- Fix docs/
- Add a way to pass additional directories where modules are stored