# TAPD缺陷定时推送到钉钉
**Repository Path**: wang-jining/TAPD
## Basic Information
- **Project Name**: TAPD缺陷定时推送到钉钉
- **Description**: TAPD缺陷通过钉钉群聊里的机器人推送消息
- **Primary Language**: C#
- **License**: MulanPSL-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 0
- **Created**: 2022-06-29
- **Last Updated**: 2023-02-03
## Categories & Tags
**Categories**: Uncategorized
**Tags**: TAPD
## README
# TAPD缺陷定时推送到钉钉
Tapd
Tapd scheduled push Ding Talk service
TAPD缺陷通过Worker Service服务定时发送到钉钉,技术点:Net5、Worker Service、Quartz、Tapd、钉钉机器人Webhook、SC.exe。
## 快速上手
只需编辑appsettings.json配置文件里的三个参数即可:
```C#
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"jsonContent": "", //请求参数
"cookie": "", //tapd的cookie
"url": "" //钉钉机器人地址
}
```
执行以下目录bat文件通过sc安装定时执行服务(默认三十分钟执行一次):
\bat\install.bat
## 使用文档 🌱
jsonContent:登录Tapd找到我负责的缺陷,将请求的https://www.tapd.cn/api/entity/bugs/bugs_list接口信息捞出来

cookie:

url:钉钉找到我的群聊,设置群聊机器人,复制机器人Webhook
