mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #2083] [MERGED] feat: add wecom bot extentsion app #2251
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/2083
Author: @hjlarry
Created: 11/17/2025
Status: ✅ Merged
Merged: 11/17/2025
Merged by: @crazywoola
Base:
main← Head:p36📝 Commits (8)
30f453aadd wecom endpoint5fb3955improve wecom message868e561improve wecom message processaed9155refactor code035c35bfix readme87d6049add readme9e5aae1fix dify plugin versionff5fa9fUpdate extensions/wecom_bot/endpoints/wecom_message.py📊 Changes
18 files changed (+415 additions, -0 deletions)
View changed files
➕
extensions/wecom_bot/README.md(+24 -0)➕
extensions/wecom_bot/_assets/1.png(+0 -0)➕
extensions/wecom_bot/_assets/2.png(+0 -0)➕
extensions/wecom_bot/_assets/3.png(+0 -0)➕
extensions/wecom_bot/_assets/4.jpg(+0 -0)➕
extensions/wecom_bot/_assets/icon.png(+0 -0)➕
extensions/wecom_bot/endpoints/wecom_message.py(+137 -0)➕
extensions/wecom_bot/endpoints/wecom_message.yaml(+5 -0)➕
extensions/wecom_bot/endpoints/wecom_verify.py(+31 -0)➕
extensions/wecom_bot/endpoints/wecom_verify.yaml(+5 -0)➕
extensions/wecom_bot/group/wecom.yaml(+30 -0)➕
extensions/wecom_bot/main.py(+6 -0)➕
extensions/wecom_bot/manifest.yaml(+37 -0)➕
extensions/wecom_bot/readme/README_ja_JP.md(+21 -0)➕
extensions/wecom_bot/readme/README_zh_Hans.md(+24 -0)➕
extensions/wecom_bot/requirements.txt(+2 -0)➕
extensions/wecom_bot/utils/__init__.py(+1 -0)➕
extensions/wecom_bot/utils/crypto.py(+92 -0)📄 Description
Related Issues or Context
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.6.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.