Simple server to listen for GitHub repo hooks.
Project description
A picture is worth a thousand words:
This is just a boilerplate for implementing a GitHub Service Hooks server based on Klein and Twisted.
Implement your on “run.py” and start it like:
twistd -n web --class=run.resource
It will parse incoming hooks and return an ‘Event’ containing hook name, event name and JSON payload.
Configure GitHub Hooks using:
http://host:port/hook/HOOK-NAME
HOOK-NAME is just a random string to track the source of the hook or implement multiple hooks on the same server.
It also include a simple web tool to register hooks or check hook status. Login using GitHub credentials:
http://host:port/
Development
Get virtual environment and install dependencies:
make deps
Run the tests:
make test
Run the server:
make run
TODO
Add proper pagination for GitHub API… not it just request 1000 entries.
Add configuration and checking of secret
Thanks
This project is standing on the shoulders of giants:
Twisted Matrix
Klein
AngularJS
AngujarJS-UI Bootstrap
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file txghserf-0.2.2.tar.gz
.
File metadata
- Download URL: txghserf-0.2.2.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96fad47ea68798e9e0fc76f3f1e89129a09c142be895562309e3bd4ea34b3d5e |
|
MD5 | f95918632d000249a7d220d6cac1b6c7 |
|
BLAKE2b-256 | 6821d34ede3b049bb6a25c27a3d8df94f65dd09e6f84b89511728e1f366242c6 |