Awesome IRC bot
Go to file
dpedu 44d2156538 Better file names for module guide docs 2015-06-18 23:04:40 -07:00
bin Allow json for native module configs 2015-06-18 20:43:17 -07:00
docs Better file names for module guide docs 2015-06-18 23:04:40 -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 Update readme 2015-06-18 23:03:15 -07:00
setup.py Module installer should include the submodules 2015-06-18 22:28:26 -07:00

README.md

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

Building Docs ------------

  • Install sphinx and all modules pyircbot depends on
  • cd docs ; make html
  • Open _build/index.html

Developing Modules

Check Module Developers Guide in the docs

TODO

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