mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #275] [MERGED] plugin: feishu_message #1239
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:plugin/feishu_message📝 Commits (1)
295be73plugin: feishu_message📊 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.