GitHub - a-harper/hamper: an irc bot · GitHub
Skip to content

a-harper/hamper

 
 

Repository files navigation

Hamper is an IRC bot to amuse us.

Quick Start

$ 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/hamper

Configuration

Make a file named hamper.conf. This should be a YAML file containing these fields:

  • nickname
  • channels
  • server
  • port
  • db - A database URL as described here

For an example check out hamper.conf.dist.

Plugin Development

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.

About

an irc bot

Resources

License

Stars

Watchers

Forks

Packages

Contributors