[PR #275] [MERGED] plugin: feishu_message #1239

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

📋 Pull Request Information

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

Base: mainHead: plugin/feishu_message


📝 Commits (1)

📊 Changes

19 files changed (+971 additions, -53 deletions)

View changed files

migrations/tools/feishu_message/manifest.yaml (+0 -39)
migrations/tools/feishu_message/requirements.txt (+0 -1)
📝 tools/feishu_message/.env.example (+0 -0)
📝 tools/feishu_message/README.md (+0 -0)
📝 tools/feishu_message/_assets/icon.svg (+0 -0)
📝 tools/feishu_message/main.py (+0 -0)
tools/feishu_message/manifest.yaml (+40 -0)
📝 tools/feishu_message/provider/feishu_message.py (+1 -1)
📝 tools/feishu_message/provider/feishu_message.yaml (+0 -0)
tools/feishu_message/requirements.txt (+1 -0)
tools/feishu_message/tools/feishu_api_utils.py (+913 -0)
📝 tools/feishu_message/tools/get_chat_messages.py (+4 -3)
📝 tools/feishu_message/tools/get_chat_messages.yaml (+0 -0)
📝 tools/feishu_message/tools/get_thread_messages.py (+4 -3)
📝 tools/feishu_message/tools/get_thread_messages.yaml (+0 -0)
📝 tools/feishu_message/tools/send_bot_message.py (+4 -3)
📝 tools/feishu_message/tools/send_bot_message.yaml (+0 -0)
📝 tools/feishu_message/tools/send_webhook_message.py (+4 -3)
📝 tools/feishu_message/tools/send_webhook_message.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/275 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 2/26/2025 **Status:** ✅ Merged **Merged:** 2/26/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `plugin/feishu_message` --- ### 📝 Commits (1) - [`295be73`](https://github.com/langgenius/dify-official-plugins/commit/295be73002ec61a30908e81055646417b7a052e9) plugin: feishu_message ### 📊 Changes **19 files changed** (+971 additions, -53 deletions) <details> <summary>View changed files</summary> ➖ `migrations/tools/feishu_message/manifest.yaml` (+0 -39) ➖ `migrations/tools/feishu_message/requirements.txt` (+0 -1) 📝 `tools/feishu_message/.env.example` (+0 -0) 📝 `tools/feishu_message/README.md` (+0 -0) 📝 `tools/feishu_message/_assets/icon.svg` (+0 -0) 📝 `tools/feishu_message/main.py` (+0 -0) ➕ `tools/feishu_message/manifest.yaml` (+40 -0) 📝 `tools/feishu_message/provider/feishu_message.py` (+1 -1) 📝 `tools/feishu_message/provider/feishu_message.yaml` (+0 -0) ➕ `tools/feishu_message/requirements.txt` (+1 -0) ➕ `tools/feishu_message/tools/feishu_api_utils.py` (+913 -0) 📝 `tools/feishu_message/tools/get_chat_messages.py` (+4 -3) 📝 `tools/feishu_message/tools/get_chat_messages.yaml` (+0 -0) 📝 `tools/feishu_message/tools/get_thread_messages.py` (+4 -3) 📝 `tools/feishu_message/tools/get_thread_messages.yaml` (+0 -0) 📝 `tools/feishu_message/tools/send_bot_message.py` (+4 -3) 📝 `tools/feishu_message/tools/send_bot_message.yaml` (+0 -0) 📝 `tools/feishu_message/tools/send_webhook_message.py` (+4 -3) 📝 `tools/feishu_message/tools/send_webhook_message.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:22:25 -05:00
yindo closed this issue 2026-02-16 10:22:25 -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#1239