[PR #284] [MERGED] migrate feishu wiki tool #1248

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

📋 Pull Request Information

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

Base: mainHead: feishu_wiki


📝 Commits (1)

📊 Changes

11 files changed (+1105 additions, -0 deletions)

View changed files

tools/feishu_wiki/.env.example (+4 -0)
tools/feishu_wiki/README.md (+0 -0)
tools/feishu_wiki/_assets/icon.png (+0 -0)
tools/feishu_wiki/feishu_api_utils.py (+913 -0)
tools/feishu_wiki/main.py (+6 -0)
tools/feishu_wiki/manifest.yaml (+39 -0)
tools/feishu_wiki/provider/feishu_wiki.py (+7 -0)
tools/feishu_wiki/provider/feishu_wiki.yaml (+43 -0)
tools/feishu_wiki/requirements.txt (+1 -0)
tools/feishu_wiki/tools/get_wiki_nodes.py (+20 -0)
tools/feishu_wiki/tools/get_wiki_nodes.yaml (+72 -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/284 **Author:** [@Nov1c444](https://github.com/Nov1c444) **Created:** 2/26/2025 **Status:** ✅ Merged **Merged:** 2/26/2025 **Merged by:** [@Nov1c444](https://github.com/Nov1c444) **Base:** `main` ← **Head:** `feishu_wiki` --- ### 📝 Commits (1) - [`a2be2e5`](https://github.com/langgenius/dify-official-plugins/commit/a2be2e541abb2f80e0723aa3a19a0d575c89f869) migrate feishu wiki tool ### 📊 Changes **11 files changed** (+1105 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `tools/feishu_wiki/.env.example` (+4 -0) ➕ `tools/feishu_wiki/README.md` (+0 -0) ➕ `tools/feishu_wiki/_assets/icon.png` (+0 -0) ➕ `tools/feishu_wiki/feishu_api_utils.py` (+913 -0) ➕ `tools/feishu_wiki/main.py` (+6 -0) ➕ `tools/feishu_wiki/manifest.yaml` (+39 -0) ➕ `tools/feishu_wiki/provider/feishu_wiki.py` (+7 -0) ➕ `tools/feishu_wiki/provider/feishu_wiki.yaml` (+43 -0) ➕ `tools/feishu_wiki/requirements.txt` (+1 -0) ➕ `tools/feishu_wiki/tools/get_wiki_nodes.py` (+20 -0) ➕ `tools/feishu_wiki/tools/get_wiki_nodes.yaml` (+72 -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:26 -05:00
yindo closed this issue 2026-02-16 10:22:26 -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#1248