GitHub (& Bitbucket) webhooks for 3bot
Project description
# 3bot-hook
[![Build Status](https://travis-ci.org/3bot/3bot-hook.svg?branch=master)](https://travis-ci.org/3bot/3bot-hook)
[![Coverage Status](https://coveralls.io/repos/3bot/3bot-hook/badge.svg?branch=master&service=github)](https://coveralls.io/github/3bot/3bot-hook?branch=master)
[![PyPI](https://img.shields.io/pypi/v/threebot-hook.svg)](https://pypi.python.org/pypi/threebot-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
```sh
$ pip install -e git+https://github.com/3bot/3bot-hook.git#egg=theebot_hook
```
```python
'threebot_hook',
'rest_framework.authtoken',
```
```python
url(r'^hooks/', include('threebot_hook.urls')),
```
## Credits
This is an adopted and adapted version of S. Andrew Sheppard's [django-github-hook](https://github.com/sheppard/django-github-hook).
[![Build Status](https://travis-ci.org/3bot/3bot-hook.svg?branch=master)](https://travis-ci.org/3bot/3bot-hook)
[![Coverage Status](https://coveralls.io/repos/3bot/3bot-hook/badge.svg?branch=master&service=github)](https://coveralls.io/github/3bot/3bot-hook?branch=master)
[![PyPI](https://img.shields.io/pypi/v/threebot-hook.svg)](https://pypi.python.org/pypi/threebot-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
```sh
$ pip install -e git+https://github.com/3bot/3bot-hook.git#egg=theebot_hook
```
```python
'threebot_hook',
'rest_framework.authtoken',
```
```python
url(r'^hooks/', include('threebot_hook.urls')),
```
## Credits
This is an adopted and adapted version of S. Andrew Sheppard's [django-github-hook](https://github.com/sheppard/django-github-hook).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
threebot-hook-0.2.1.tar.gz
(5.5 kB
view hashes)