1. 首页
  2. 考试认证
  3. 其它
  4. GitSatisfaction 使用Github问题获取满意度

GitSatisfaction 使用Github问题获取满意度

上传者: 2024-10-06 08:14:14上传 ZIP文件 14.25KB 热度 2次
Git统计使用github问题解决客户面临的问题。发展环境安装虚拟环境pip install 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
用户评论