Hamper is an IRC bot to amuse us.
$ git clone https://github.com/mythmon/hamper
$ cd hamper
$ virtualenv .
$ source bin/activate
$ pip install -r requirements.txt
$ cp hamper.conf.dist hamper.conf
$ vim hamper.conf
$ PYTHONPATH="." scripts/hamperMake a file named hamper.conf. This should be a YAML file containing these
fields:
nicknamechannelsserverportdb- A database URL as described here
For an example check out hamper.conf.dist.
Read hamper/plugins/friendly.py. Add a file to hamper/plugins, and write
plugins in it. Don't forget to create an instance of each one at the bottom.
