Awesome IRC bot
Go to file
dpedu a019ce4107 Change example config to so simpleyaml isn't required 2015-06-18 22:22:44 -07:00
bin Allow json for native module configs 2015-06-18 20:43:17 -07:00
docs Updated dependancies information 2014-10-12 02:05:57 -07:00
examples Change example config to so simpleyaml isn't required 2015-06-18 22:22:44 -07:00
pyircbot Allow json for native module configs 2015-06-18 20:43:17 -07:00
.gitignore Remove core config 2015-06-18 19:57:45 -07:00
README.md Add readme 2015-06-18 20:06:28 -07:00
setup.py Unbreak modules 2015-06-18 19:37:08 -07:00

README.md

pyircbot3

A modular python IRC bot

Quick start

  • Install: python3 setup.py install
  • Configure: cd examples ; vim config.yml data/config/Services.yml
  • Run: ./run-example.sh or pyircbot -c config.yml

Developing Modules

Check docs/

TODO

  • Fix docs/
  • Add a way to pass additional directories where modules are stored