Skip to content

Configurable post-receive hook handler for 3bot workflow execution. Basically for Github and Bitbucket.

Notifications You must be signed in to change notification settings

Python3pkg/3bot-hook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3bot-hook

Webhook handler for 3bot workflow execution. Basically for Github and Bitbucket but works with other POST requests as well.

Installation

Stable version from PyPI

pip install threebot-hook

Development version

pip install -e git+https://github.com/3bot/3bot-hook.git#egg=theebot_hook

'threebot_hook',
'rest_framework.authtoken',

url(r'^hooks/', include('threebot_hook.urls')),

Credits

This is an adopted and adapted version of S. Andrew Sheppard's django-github-hook.

About

Configurable post-receive hook handler for 3bot workflow execution. Basically for Github and Bitbucket.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.0%
  • HTML 19.0%