This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 7d370761af7e36d3a8765cd0bb93337768b5505e
tree 8262ce81a433adfb3e9959e00e0155a5a84b4978
parent c61c595205c93bd104e872bb68f44713ca5c291c
tree 8262ce81a433adfb3e9959e00e0155a5a84b4978
parent c61c595205c93bd104e872bb68f44713ca5c291c
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
LICENSE.txt | ||
| |
README.markdown | ||
| |
commitbot.py | ||
| |
commitbot.tac.example |
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
- Twisted 8.1.x or later
- Wokkel 0.4 or later
- simplejson
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








