Quantcast
Channel: BOT24
Viewing all articles
Browse latest Browse all 8064

Payload server in Python 3 for Github webhooks

$
0
0
The Github Webhooks API is powerful and flexible, making it simple to integrate services with your source repository. Lately I’ve been tinkering with it a bit, but all the examples Github has are in Ruby. So I put together a simple demo server in Python 3. Though simple (it’s completely self contained and only needs Python 3 to run), it’s complete, covering even webhook security by verifying the signature created with the API’s secret token

more here...........http://eli.thegreenplace.net/2014/07/09/payload-server-in-python-3-for-github-webhooks/

Viewing all articles
Browse latest Browse all 8064

Trending Articles