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 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