public
Description: XMPP bot that posts commit summaries to MUCs.
Homepage: http://github.com/metajack/commitbot/tree/master
Clone URL: git://github.com/metajack/commitbot.git
name age message
file .gitignore Thu Dec 04 14:57:37 -0800 2008 Commitbot now works. [metajack]
file LICENSE.txt Thu Dec 04 15:01:08 -0800 2008 Added GPL licensing information. [metajack]
file README.markdown Thu Dec 04 15:01:08 -0800 2008 Added GPL licensing information. [metajack]
file commitbot.py Mon Jan 26 12:38:31 -0800 2009 Fixed bad from attribute on messages. [metajack]
file commitbot.tac.example Thu Dec 04 14:57:37 -0800 2008 Commitbot now works. [metajack]

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