From 91d273810db015716e891f1789d47b59846e1e6c Mon Sep 17 00:00:00 2001
From: MasonLiu <2857911564@qq.com>
Date: Thu, 2 Jan 2025 13:46:38 +0800
Subject: [PATCH] fix readme
---
README.md | 3 ++-
UpdateLOG.md | 5 ++++-
requirements.txt | 1 +
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index b7f6c07..25b61ab 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,8 @@ web运行:`python ./web/app.py`
若短时间内请求次数过多,可能会被github限制,可参考以下配置
- 对于未经身份验证的请求,github 速率限制允许每小时最多 60 个请求
- 而通过使用基本身份验证的 API 请求,每小时最多可以发出 5,000 个请求
-- https://github.com/settings/tokens/new 创建token,时间建议选择无限制。[github-token](./imgs/github-token.png)
+- https://github.com/settings/tokens/new 创建token,时间建议选择无限制。
+
`./config/config.yaml`中可配置github_token
diff --git a/UpdateLOG.md b/UpdateLOG.md
index 10be73c..c04cf23 100644
--- a/UpdateLOG.md
+++ b/UpdateLOG.md
@@ -1,6 +1,8 @@
### 问题反馈
- 准点发送的文章在定点推送模式下可能会被遗漏推送
+`已通过增加时间范围功能改善此问题,彻底解决需要重构代码`
- 钉钉/企业微信/蓝信webhook存在字节长度限制,需要优化程序推送逻辑
+`尽力改善中,彻底解决需重构代码`
### 下一步计划(待完成)
- 添加更多RSS订阅源(持续进行中)
@@ -26,4 +28,5 @@
- 2024年12月25日早:优化了代码逻辑和表现
- 2024年12月25日晚:优化了推送报文格式
- 2024年12月30日:添加并完善了基于搜狗搜索的微信公众号文章监测
-- 2024年12月30日晚:为洞见微信资讯推送添加了关键词筛选
\ No newline at end of file
+- 2024年12月30日晚:为洞见微信资讯推送添加了关键词筛选
+- 2025年01月02日:更新并上线了Github项目监测功能,readme后续更新中
\ No newline at end of file
diff --git a/requirements.txt b/requirements.txt
index b83e4cf..fa4c2e0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,3 +5,4 @@ schedule
requests
python-dateutil
loguru
+beautifulsoup4
\ No newline at end of file