3bot的GitHub(及Bitbucket)webhooks
项目描述
# 3bot-hook
[](https://travis-ci.org/3bot/3bot-hook)
[](https://coveralls.io/github/3bot/3bot-hook?branch=master)
[](https://pypi.python.org/pypi/threebot-hook)
3bot工作流执行的webhook处理程序。基本上用于GitHub和Bitbucket,但也适用于其他POST请求。
## 安装
### 来自PyPI的稳定版本
pip install threebot-hook
### 开发版本
```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')),
```
##致谢
这是S. Andrew Sheppard的[django-github-hook](https://github.com/sheppard/django-github-hook)的一个改编和修改版本。
[](https://travis-ci.org/3bot/3bot-hook)
[](https://coveralls.io/github/3bot/3bot-hook?branch=master)
[](https://pypi.python.org/pypi/threebot-hook)
3bot工作流执行的webhook处理程序。基本上用于GitHub和Bitbucket,但也适用于其他POST请求。
## 安装
### 来自PyPI的稳定版本
pip install threebot-hook
### 开发版本
```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')),
```
##致谢
这是S. Andrew Sheppard的[django-github-hook](https://github.com/sheppard/django-github-hook)的一个改编和修改版本。