GitSatisfaction:使用 Github 问题获取满意度

时间:2021-07-06 22:23:30
【文件属性】:
文件名称:GitSatisfaction:使用 Github 问题获取满意度
文件大小:14KB
文件格式:ZIP
更新时间:2021-07-06 22:23:30
Python Git统计 使用 github 问题解决客户面临的问题。 发展环境 安装虚拟环境 pip install virtualenv virtualenv . source bin/activate pip install -r requirements.txt 运行服务器 GITHUB_USER=gitsatisfaction GITHUB_PASS=Password123 ./server.py 设置问题挂钩 curl -X POST -d '{"name": "web", "config": {"url": "http://YOUR_DOMAIN/callbacks/github", "content_type": "json"}, "events": ["issues", "issue_comment"]}' https://api.github.com/repos/REPO_O
【文件预览】:
GitSatisfaction-master
----.gitignore(38B)
----html()
--------testbed.html(2KB)
----templates()
--------main.html(2KB)
----requirements.txt(34B)
----models()
--------__init__.py(13B)
--------issue.py(956B)
----static()
--------js()
--------css()
--------coffee()
----server.py(1KB)
----runtime.txt(13B)
----README.md(695B)
----config()
--------__init__.py(0B)
--------development.py(331B)
--------test.py(180B)
----Procfile(87B)
----handlers()
--------__init__.py(2KB)
----_github_sample.json(4KB)
----tests.py(1KB)

网友评论