pyircbot/README.md

22 lines
361 B
Markdown
Raw Normal View History

2015-06-18 20:06:28 -07:00
pyircbot3
=========
**A modular python IRC bot**
Quick start
-----------
* Install: `python3 setup.py install`
2015-06-18 22:30:29 -07:00
* Configure: `cd examples ; vim config.json data/config/Services.json`
* Run: `pyircbot -c config.json`
2015-06-18 20:06:28 -07:00
Developing Modules
------------------
Check docs/
TODO
----
* Fix docs/
* Add a way to pass additional directories where modules are stored