Skip to content
 
 

Latest commit

 

History

31 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask webhook for Github

A very simple github post-receive web hook handler that executes per default a pull ppon receiving. The executed action is configurable per repository.

It will also verify that the POST request originated from github.com.

Gettings started

Install dependencies.

pip install -r requirements.txt

Start the server.

python index.py 80

Start the server behind a proxy (see: http://flask.pocoo.org/docs/deploying/wsgi-standalone/#proxy-setups)

USE_PROXYFIX=true python index.py 8080

Go to your repository's settings on github.com and register your public URL under Service Hooks -> WebHook URLs.

About

A very simple github post-receive web hook handler

Resources

Stars

0 stars

Watchers

11 watching

Forks

Releases

Packages

Contributors

Languages