Awesome IRC bot
Go to file
dpedu b61c7db390 Fix missing dependencies in doc builder Dockerfile 2015-06-19 20:53:11 -07:00
bin Allow json for native module configs 2015-06-18 20:43:17 -07:00
docs Fix missing dependencies in doc builder Dockerfile 2015-06-19 20:53:11 -07:00
examples Change example config to so simpleyaml isn't required 2015-06-18 22:22:44 -07:00
pyircbot Update docs 2015-06-19 20:23:36 -07:00
.gitignore Remove core config 2015-06-18 19:57:45 -07:00
README.md Fix readme markdown 2015-06-19 17:49:53 -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