fix readme
This commit is contained in:
parent
1356dcc25c
commit
91d273810d
@ -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>
|
||||
|
||||
|
||||
|
@ -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>
|
@ -5,3 +5,4 @@ schedule
|
||||
requests
|
||||
python-dateutil
|
||||
loguru
|
||||
beautifulsoup4
|
Loading…
Reference in New Issue
Block a user