pyircbot/README.md

361 B

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