From de23c46132612f3bbaeaea07dba531a74f2592c8 Mon Sep 17 00:00:00 2001 From: Tang Guofang Date: Wed, 24 Dec 2025 12:49:14 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=A7=BB=E9=99=A4`requirements.txt`?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E6=9C=AC=E5=9C=B0=E4=BE=9D=E8=B5=96=E9=A1=B9?= =?UTF-8?q?=EF=BC=8C=E4=BC=98=E5=8C=96=E4=BE=9D=E8=B5=96=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5f392d2..edf8882 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,6 @@ isort==6.0.1 itsdangerous==2.2.0 jinja2==3.1.6 lockfile==0.12.2 --e file:///home/tim/01_cro/notifier markupsafe==3.0.2 mccabe==0.7.0 mypy-extensions==1.1.0 From d5eab389ae97527fa6f2d6c8db51e6f455b81f35 Mon Sep 17 00:00:00 2001 From: Tang Guofang Date: Wed, 24 Dec 2025 13:02:24 +0800 Subject: [PATCH 2/2] Update README files to include a dedicated contributing section, enhancing clarity on how to contribute to the project. This section outlines various ways for community involvement, such as submitting issues, improving documentation, and sharing experiences. --- README.md | 20 ++++++++++---------- README_EN.md | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 81d2dac..6e78222 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,18 @@ -MarketPulse 是一个轻量级的金融资讯分析推送服务,它基于 Google Gemini AI 构建,能够自动获取最新的金融新闻,进行智能分析,并将包含明确**投资建议**、**信心指数**和**来源可靠度**的分析结果,通过 **Bark** 和 **PushPlus** 推送到您的设备。 - > 本项目完全开源,欢迎社区贡献和改进。如果您觉得这个项目对您有帮助,欢迎给个 star ⭐️ +## 贡献指南 + +我们欢迎任何形式的贡献,包括但不限于: +- 提交问题和建议 +- 改进文档 +- 提交代码改进 +- 分享使用经验 + +MarketPulse 是一个轻量级的金融资讯分析推送服务,它基于 Google Gemini AI 构建,能够自动获取最新的金融新闻,进行智能分析,并将包含明确**投资建议**、**信心指数**和**来源可靠度**的分析结果,通过 **Bark** 和 **PushPlus** 推送到您的设备。 + ## 核心特性 - 🤖 基于 [Google Gemini AI](https://github.com/google/generative-ai-python) 的智能分析 @@ -167,14 +175,6 @@ NEWS_FETCH_INTERVAL = 30 # 分钟 - `schedule`: 定时任务调度 - `requests`: HTTP 请求 -## 贡献指南 - -我们欢迎任何形式的贡献,包括但不限于: -- 提交问题和建议 -- 改进文档 -- 提交代码改进 -- 分享使用经验 - ## 致谢 - [Google Gemini AI](https://github.com/google/generative-ai-python) - 提供强大的 AI 分析能力 diff --git a/README_EN.md b/README_EN.md index 209b7b1..ba80435 100644 --- a/README_EN.md +++ b/README_EN.md @@ -10,10 +10,18 @@ -MarketPulse is a lightweight financial news analysis service built on Google Gemini AI. It automatically fetches the latest financial news, performs intelligent analysis, and delivers results with clear **investment advice**, **confidence scores**, and **source reliability** to your devices via **Bark** and **PushPlus**. - > This project is completely open source. Community contributions and improvements are welcome. If you find this project helpful, please consider giving it a star ⭐️ +## Contributing + +We welcome all forms of contributions, including but not limited to: +- Submitting issues and suggestions +- Improving documentation +- Submitting code improvements +- Sharing usage experiences + +MarketPulse is a lightweight financial news analysis service built on Google Gemini AI. It automatically fetches the latest financial news, performs intelligent analysis, and delivers results with clear **investment advice**, **confidence scores**, and **source reliability** to your devices via **Bark** and **PushPlus**. + ## Core Features - 🤖 Intelligent analysis powered by [Google Gemini AI](https://github.com/google/generative-ai-python) @@ -177,14 +185,6 @@ Main dependencies include: - `schedule`: Task scheduling - `requests`: HTTP requests -## Contributing - -We welcome all forms of contributions, including but not limited to: -- Submitting issues and suggestions -- Improving documentation -- Submitting code improvements -- Sharing usage experiences - ## Acknowledgments - [Google Gemini AI](https://github.com/google/generative-ai-python) - For providing powerful AI analysis capabilities