mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #277] [MERGED] feat: migrate lark_message_and_group #1240
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/277
Author: @RockChinQ
Created: 2/26/2025
Status: ✅ Merged
Merged: 2/26/2025
Merged by: @RockChinQ
Base:
main← Head:plugin/lark_msg📝 Commits (1)
cc35a63feat: migrate lark_message_and_group📊 Changes
17 files changed (+1427 additions, -0 deletions)
View changed files
➕
tools/lark_message_and_group/.env.example(+4 -0)➕
tools/lark_message_and_group/README.md(+0 -0)➕
tools/lark_message_and_group/_assets/icon.png(+0 -0)➕
tools/lark_message_and_group/main.py(+6 -0)➕
tools/lark_message_and_group/manifest.yaml(+39 -0)➕
tools/lark_message_and_group/provider/lark_message_and_group.py(+7 -0)➕
tools/lark_message_and_group/provider/lark_message_and_group.yaml(+46 -0)➕
tools/lark_message_and_group/requirements.txt(+1 -0)➕
tools/lark_message_and_group/tools/get_chat_messages.py(+19 -0)➕
tools/lark_message_and_group/tools/get_chat_messages.yaml(+111 -0)➕
tools/lark_message_and_group/tools/get_thread_messages.py(+17 -0)➕
tools/lark_message_and_group/tools/get_thread_messages.yaml(+87 -0)➕
tools/lark_message_and_group/tools/lark_api_utils.py(+846 -0)➕
tools/lark_message_and_group/tools/send_bot_message.py(+17 -0)➕
tools/lark_message_and_group/tools/send_bot_message.yaml(+132 -0)➕
tools/lark_message_and_group/tools/send_webhook_message.py(+16 -0)➕
tools/lark_message_and_group/tools/send_webhook_message.yaml(+79 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.