pyircbot/README.md

22 lines
380 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`
* 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