# COVID-Bot **Repository Path**: chengzhenjinyu/COVID-Bot ## Basic Information - **Project Name**: COVID-Bot - **Description**: QQ频道机器人-疫情助手 - **Primary Language**: Python - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-04-23 - **Last Updated**: 2022-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # COVID-Bot QQ频道机器人-疫情助手 官方频道:[小念同学开发社区](https://qun.qq.com/qqweb/qunpro/share?_wv=3&_wwv=128&appChannel=share&inviteCode=1MVLD4&appChannel=share&businessType=9&from=246610&biz=ka ) ## 使用方法 ``` /疫情 城市 查询指定城市当天疫情数据 示例: /疫情 深圳 /风险地区 城市 查询国内风险地区 示例: /风险地区 深圳 ``` ## 特别感谢 - [Python SDK](https://github.com/tencent-connect/botpy) 为机器人开发提供SDK - [yiqing_HoshinoBot](https://github.com/SlightDust/yiqing_HoshinoBot) 基于本项目的移植 ## 免责声明 数据来源: - [腾讯疫情Api](https://api.inews.qq.com/newsqa/v1/query/inner/publish/modules/list?modules=statisGradeCityDetail,diseaseh5Shelf) - [风险等级Api](https://wechat.wecity.qq.com/api/PneumoniaTravelNoAuth/queryAllRiskLevel) ## 截图 最新疫情数据获取: ![最新疫情数据](https://emobook.cn/assets/images/covid.png) 最新风险地区数据获取: ![最新风险地区数据](https://emobook.cn/assets/images/grade.png)