fix readme

This commit is contained in:
MasonLiu 2025-01-02 13:46:38 +08:00
parent 1356dcc25c
commit 91d273810d
3 changed files with 7 additions and 2 deletions

View File

@ -41,7 +41,8 @@ web运行`python ./web/app.py` <br>
若短时间内请求次数过多可能会被github限制可参考以下配置 <br>
- 对于未经身份验证的请求github 速率限制允许每小时最多 60 个请求 <br>
- 而通过使用基本身份验证的 API 请求,每小时最多可以发出 5,000 个请求 <br>
- https://github.com/settings/tokens/new 创建token时间建议选择无限制。[github-token](./imgs/github-token.png) <br>
- https://github.com/settings/tokens/new 创建token时间建议选择无限制。<br>
<center><img src="./imgs/github-token.png" width="80%" alt="飞书运行提示"/></center><br>
`./config/config.yaml`中可配置github_token <br>

View File

@ -1,6 +1,8 @@
### 问题反馈 <br>
- 准点发送的文章在定点推送模式下可能会被遗漏推送 <br>
`已通过增加时间范围功能改善此问题,彻底解决需要重构代码`
- 钉钉/企业微信/蓝信webhook存在字节长度限制需要优化程序推送逻辑 <br>
`尽力改善中,彻底解决需重构代码`
### 下一步计划(待完成) <br>
- 添加更多RSS订阅源持续进行中 <br>
@ -26,4 +28,5 @@
- 2024年12月25日早优化了代码逻辑和表现 <br>
- 2024年12月25日晚优化了推送报文格式 <br>
- 2024年12月30日添加并完善了基于搜狗搜索的微信公众号文章监测 <br>
- 2024年12月30日晚为洞见微信资讯推送添加了关键词筛选 <br>
- 2024年12月30日晚为洞见微信资讯推送添加了关键词筛选 <br>
- 2025年01月02日更新并上线了Github项目监测功能readme后续更新中 <br>

View File

@ -5,3 +5,4 @@ schedule
requests
python-dateutil
loguru
beautifulsoup4