CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 07 Aug 2025 05:25:28 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100214111716
location: https://web.archive.org/web/20100214111716/https://github.com/tekkub/github-services
server-timing: captures_list;dur=0.975363, exclusion.robots;dur=0.022500, exclusion.robots.policy;dur=0.013100, esindex;dur=0.010382, cdx.remote;dur=41.893200, LoadShardBlock;dur=518.901793, PetaboxLoader3.datanode;dur=227.178441, PetaboxLoader3.resolve;dur=148.225658
x-app-server: wwwb-app201
x-ts: 302
x-tr: 585
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app201; 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: Thu, 07 Aug 2025 05:25:29 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sun, 14 Feb 2010 11:17:16 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "bebe786f06f87fba9ffa56df0394839a"
x-archive-orig-x-runtime: 108ms
x-archive-orig-content-length: 26051
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: Sun, 14 Feb 2010 11:17:16 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 14 Feb 2010 11:17:16 GMT", ; rel="memento"; datetime="Sun, 14 Feb 2010 11:17:16 GMT", ; rel="next memento"; datetime="Sat, 03 Jul 2010 03:17:38 GMT", ; rel="last memento"; datetime="Tue, 06 Jul 2010 03:13:09 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: TLA-20100214095701-00702-ia360920-c/TLA-20100214111705-00803-ia360906.us.archive.org.warc.gz
server-timing: captures_list;dur=0.600898, exclusion.robots;dur=0.027018, exclusion.robots.policy;dur=0.016455, esindex;dur=0.011666, cdx.remote;dur=49.459514, LoadShardBlock;dur=116.584001, PetaboxLoader3.datanode;dur=82.720752, PetaboxLoader3.resolve;dur=253.405403, load_resource;dur=239.590962
x-app-server: wwwb-app201
x-ts: 200
x-tr: 498
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
tekkub's github-services at master - GitHub
This service is courtesy of Pledgie.
tekkub / github-services forked from pjhyett/github-services
- Source
- Commits
- Network (74)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
Official GitHub Services Integration — Read more
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Wed Jul 09 22:18:36 -0700 2008 | Improving email format. This includes a second... [Eric Lindvall] |
![]() |
CONTRIBUTORS | Sun Jan 25 20:53:48 -0800 2009 | More thanks [pjhyett] |
![]() |
LICENSE | Loading commit data... ![]() |
|
![]() |
README.mkdn | ||
![]() |
Rakefile | ||
![]() |
docs/ | Tue Jul 14 10:13:29 -0700 2009 | Changed twitter behaviour to have the ability t... [jmkogut] |
![]() |
github-services.rb | Fri Jun 12 15:29:06 -0700 2009 | set the environment and port explicitly [pjhyett] |
![]() |
services/ | ||
![]() |
spec/ | ||
![]() |
vendor/ |
README.mkdn
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.
Patches including tests are encouraged
Running the server locally
- [sudo] gem install hpricot
- git clone git://github.com/pjhyett/github-services.git
- cd github-services
ruby github-services.rb
Bugs in the code should be filed under the Issues tab
- Problems with the service hooks can be filed here: https://support.github.com/discussions/post-receive-issues