[PR #8] [MERGED] plugin: yahoo #983

Closed
opened 2026-02-16 10:21:35 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/8
Author: @Yeuoly
Created: 1/2/2025
Status: Merged
Merged: 1/2/2025
Merged by: @Yeuoly

Base: mainHead: plugin/yahoo


📝 Commits (1)

📊 Changes

17 files changed (+83 additions, -78 deletions)

View changed files

migrations/tools/yahoo/.env.example (+0 -4)
migrations/tools/yahoo/requirements.txt (+0 -1)
migrations/tools/yahoo/tools/news.py (+0 -39)
migrations/tools/yahoo/tools/ticker.py (+0 -24)
📝 tools/yahoo/README.md (+0 -0)
📝 tools/yahoo/_assets/icon.png (+0 -0)
📝 tools/yahoo/main.py (+0 -0)
📝 tools/yahoo/manifest.yaml (+1 -1)
📝 tools/yahoo/provider/yahoo.py (+3 -2)
📝 tools/yahoo/provider/yahoo.yaml (+0 -1)
tools/yahoo/requirements.txt (+3 -0)
📝 tools/yahoo/tools/analytics.py (+8 -6)
📝 tools/yahoo/tools/analytics.yaml (+0 -0)
tools/yahoo/tools/news.py (+42 -0)
📝 tools/yahoo/tools/news.yaml (+0 -0)
tools/yahoo/tools/ticker.py (+26 -0)
📝 tools/yahoo/tools/ticker.yaml (+0 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/8 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 1/2/2025 **Status:** ✅ Merged **Merged:** 1/2/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `plugin/yahoo` --- ### 📝 Commits (1) - [`69fda5a`](https://github.com/langgenius/dify-official-plugins/commit/69fda5a786b32d4b976c6575c1ebca897cc5f1a7) plugin: yahoo ### 📊 Changes **17 files changed** (+83 additions, -78 deletions) <details> <summary>View changed files</summary> ➖ `migrations/tools/yahoo/.env.example` (+0 -4) ➖ `migrations/tools/yahoo/requirements.txt` (+0 -1) ➖ `migrations/tools/yahoo/tools/news.py` (+0 -39) ➖ `migrations/tools/yahoo/tools/ticker.py` (+0 -24) 📝 `tools/yahoo/README.md` (+0 -0) 📝 `tools/yahoo/_assets/icon.png` (+0 -0) 📝 `tools/yahoo/main.py` (+0 -0) 📝 `tools/yahoo/manifest.yaml` (+1 -1) 📝 `tools/yahoo/provider/yahoo.py` (+3 -2) 📝 `tools/yahoo/provider/yahoo.yaml` (+0 -1) ➕ `tools/yahoo/requirements.txt` (+3 -0) 📝 `tools/yahoo/tools/analytics.py` (+8 -6) 📝 `tools/yahoo/tools/analytics.yaml` (+0 -0) ➕ `tools/yahoo/tools/news.py` (+42 -0) 📝 `tools/yahoo/tools/news.yaml` (+0 -0) ➕ `tools/yahoo/tools/ticker.py` (+26 -0) 📝 `tools/yahoo/tools/ticker.yaml` (+0 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:21:35 -05:00
yindo closed this issue 2026-02-16 10:21:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#983