CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 06 Aug 2025 10:20:00 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100324230135
location: https://web.archive.org/web/20100324230135/https://github.com/metajack/commitbot
server-timing: captures_list;dur=1.487376, exclusion.robots;dur=0.043759, exclusion.robots.policy;dur=0.026355, esindex;dur=0.016276, cdx.remote;dur=219.749780, LoadShardBlock;dur=402.830957, PetaboxLoader3.datanode;dur=265.648726, PetaboxLoader3.resolve;dur=86.084116
x-app-server: wwwb-app28
x-ts: 302
x-tr: 699
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app28; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 06 Aug 2025 10:20:01 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 24 Mar 2010 23:01:33 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "ed777f504198dbfd781f8aa7b5313e52"
x-archive-orig-x-runtime: 196ms
x-archive-orig-content-length: 20870
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 24 Mar 2010 23:01:35 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 30 Sep 2009 20:30:42 GMT", ; rel="prev memento"; datetime="Wed, 04 Nov 2009 04:29:37 GMT", ; rel="memento"; datetime="Wed, 24 Mar 2010 23:01:35 GMT", ; rel="next memento"; datetime="Sun, 10 Jun 2018 23:27:05 GMT", ; rel="last memento"; datetime="Tue, 10 Jun 2025 11:24:05 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_14_20100324204013_crawl100-c/52_14_20100324225943_crawl101.arc.gz
server-timing: captures_list;dur=1.163192, exclusion.robots;dur=0.043157, exclusion.robots.policy;dur=0.026084, esindex;dur=0.015751, cdx.remote;dur=230.855368, LoadShardBlock;dur=463.445771, PetaboxLoader3.resolve;dur=515.973099, PetaboxLoader3.datanode;dur=148.177436, load_resource;dur=466.318624
x-app-server: wwwb-app28
x-ts: 200
x-tr: 1294
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
metajack's commitbot at master - GitHub
metajack / commitbot
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Thu Dec 04 14:57:37 -0800 2008 | Commitbot now works. [metajack] |
![]() |
LICENSE.txt | Thu Dec 04 15:01:08 -0800 2008 | Added GPL licensing information. [metajack] |
![]() |
README.markdown | Thu Dec 04 15:01:08 -0800 2008 | Added GPL licensing information. [metajack] |
![]() |
commitbot.py | Mon Jan 26 12:38:31 -0800 2009 | Fixed bad from attribute on messages. [metajack] |
![]() |
commitbot.tac.example | Thu Dec 04 14:57:37 -0800 2008 | Commitbot now works. [metajack] |
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