Go to file
Ciaran Gultnieks 1004b17c65 Added support for password protected rooms 2010-11-09 11:36:25 +00:00
.gitignore Commitbot now works. 2008-12-04 15:57:37 -07:00
LICENSE.txt Added GPL licensing information. 2008-12-04 16:01:08 -07:00
README.markdown Added GPL licensing information. 2008-12-04 16:01:08 -07:00
commitbot.py Added support for password protected rooms 2010-11-09 11:36:25 +00:00
commitbot.tac.example Added support for password protected rooms 2010-11-09 11:36:25 +00:00

README.markdown

commitbot

Commitbot is an XMPP bot that notifies multi-user chat rooms (MUCs) of git repository commits.

It uses the GitHub post-receive web hook to get push notifications of repository changes.

License

This code is copyright (c) 2008 by Jack Moffitt jack@metajack.im and is available under the GPLv3. See LICENSE.txt for details.

Dependencies

Note that on Ubuntu/Debian systems Twisted is split into various pieces. You will want:

  • python-twisted-words
  • python-twisted-names

in addition to the normal Twisted package.

Usage

Copy commitbot.tac.example to commitbot.tac changing the JID, password, room name, and room nickname to something appropriate. Then launch it with twistd.

twistd -y commitbot.tac