CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 25 Jul 2025 06:58:41 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090415080805
location: https://web.archive.org/web/20090415080805/https://github.com/github/github-services/tree/master
server-timing: captures_list;dur=0.767571, exclusion.robots;dur=0.029421, exclusion.robots.policy;dur=0.014994, esindex;dur=0.015264, cdx.remote;dur=45.391945, LoadShardBlock;dur=1597.895603, PetaboxLoader3.datanode;dur=1342.626716, PetaboxLoader3.resolve;dur=178.651460
x-app-server: wwwb-app212
x-ts: 302
x-tr: 1675
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app212; 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: Fri, 25 Jul 2025 06:58:42 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Wed, 15 Apr 2009 08:08:04 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 733ms
x-archive-orig-etag: "75bf01a8a0891deb619492128c5b9522"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 20008
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 15 Apr 2009 08:08:05 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 10 Dec 2008 06:26:38 GMT", ; rel="prev memento"; datetime="Sun, 15 Mar 2009 07:10:28 GMT", ; rel="memento"; datetime="Wed, 15 Apr 2009 08:08:05 GMT", ; rel="last memento"; datetime="Wed, 15 Apr 2009 08:08: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: 51_9_20090415051314_crawl101-c/51_9_20090415080436_crawl101.arc.gz
server-timing: captures_list;dur=0.580117, exclusion.robots;dur=0.024978, exclusion.robots.policy;dur=0.013806, esindex;dur=0.012517, cdx.remote;dur=43.274969, LoadShardBlock;dur=384.359792, PetaboxLoader3.datanode;dur=193.258733, PetaboxLoader3.resolve;dur=406.437466, load_resource;dur=331.462901
x-app-server: wwwb-app212
x-ts: 200
x-tr: 838
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
github's github-services at master - GitHub
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 (

Fork of pjhyett/github-services | |
Description: | Official GitHub Services Integration |
Homepage: | https://github.com/blog/53-github-services-ipo |
Clone URL: |
git://github.com/github/github-services.git
Give this clone URL to anyone.
git clone git://github.com/github/github-services.git
|
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Mon Apr 28 16:45:10 -0700 2008 | GitHub service integration [pjhyett] |
![]() |
README.mkdn | Tue May 06 15:11:07 -0700 2008 | More thanks [pjhyett] |
![]() |
docs/ | Tue May 06 15:00:41 -0700 2008 | added ssl support to irc [Sean O'Brien] |
![]() |
github-services.rb | Tue May 06 15:00:41 -0700 2008 | added ssl support to irc [Sean O'Brien] |
![]() |
services/ | Tue May 06 15:00:41 -0700 2008 | added ssl support to irc [Sean O'Brien] |
![]() |
vendor/ | Mon Apr 28 18:03:19 -0700 2008 | vendor rack and update sinatra [pjhyett] |
GitHub Services
How the services work
- A post-receive background job is submitted when someone pushes their commits to GitHub
- If the repository the commits belong to has any "Service Hooks" setup, the job makes a request to
https://services-server/service_name/
with the following data:params[:payload]
containing all of the commit data (the same data you get using the API)params[:data]
containing the service data (username, password, room, etc)
- Sinatra (github-services.rb) processes the request (twitters your data, says something in campfire, posts it to lighthouse, etc)
- Rinse and repeat
Steps to contributing
- Fork the project
Create a new file in /services/ called
service_name.rb
, using the following template:service :service_name do |data, payload| end
Vendor any external gems your code relies on, and make sure to include it in the requires at the top of github-services.rb
- Add documentation to
docs/service_name
(refer to the others for guidance) - Send us a pull request
- Once it's accepted, we'll add any new necessary data fields to the GitHub front-end so people can start using your addition.
If you're interested in setting up an interesting test framework to manage the services, that would also be greatly appreciated.
Bugs can be filed here: Lighthouse
Thanks to the following people for making this possible
- Blake Mizerany
- Brandon Keepers
- Christian Neukirchen
- Florian Frank
- John Nunemaker
- John Reilly
- Luke Redpath
- Noah (ngage)
- Sean O'Brien
- Tekkub Stoutwrithe
This feature is coming soon. Sit tight!