https://github.com/spoqa/gh-issues-channel-router
Github 이슈를 레이블 별로 나누어 동명의 Slack 채널에 전달합니다.
https://github.com/spoqa/gh-issues-channel-router
Last synced: about 1 year ago
JSON representation
Github 이슈를 레이블 별로 나누어 동명의 Slack 채널에 전달합니다.
- Host: GitHub
- URL: https://github.com/spoqa/gh-issues-channel-router
- Owner: spoqa
- Created: 2014-03-11T07:47:43.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-11T01:38:40.000Z (almost 12 years ago)
- Last Synced: 2025-04-07T12:52:03.495Z (over 1 year ago)
- Language: Python
- Size: 513 KB
- Stars: 3
- Watchers: 31
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gh-issues-channel-router
========================
Github 이슈를 레이블 별로 나누어 동명의 Slack 채널에 전달합니다.
- [Github webhooks](http://developer.github.com/webhooks/)
How to run
==========
1. install pre-commit hook
$ ln -s pwd/ci/pre-commit .git/hooks/
1. make virtualenv's environment.
$ virtualenv env
1. activate environment.
$ . env/bin/activate
1. rsolve all dependencies.
pip install -r requirements.txt
1. run
python app.py