[PR #143] [MERGED] feat: telegraph #1117

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/143
Author: @alterxyz
Created: 1/13/2025
Status: Merged
Merged: 1/13/2025
Merged by: @RockChinQ

Base: mainHead: telegraph


📝 Commits (1)

📊 Changes

12 files changed (+328 additions, -0 deletions)

View changed files

tools/telegraph/.env.example (+4 -0)
tools/telegraph/README.md (+3 -0)
tools/telegraph/_assets/icon.jpg (+0 -0)
tools/telegraph/main.py (+6 -0)
tools/telegraph/manifest.yaml (+38 -0)
tools/telegraph/provider/telegraph.py (+31 -0)
tools/telegraph/provider/telegraph.yaml (+42 -0)
tools/telegraph/requirements.txt (+2 -0)
tools/telegraph/tools/telegraph.py (+23 -0)
tools/telegraph/tools/telegraph.yaml (+43 -0)
tools/telegraph/tools/telegraph_advanced.py (+41 -0)
tools/telegraph/tools/telegraph_advanced.yaml (+95 -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/143 **Author:** [@alterxyz](https://github.com/alterxyz) **Created:** 1/13/2025 **Status:** ✅ Merged **Merged:** 1/13/2025 **Merged by:** [@RockChinQ](https://github.com/RockChinQ) **Base:** `main` ← **Head:** `telegraph` --- ### 📝 Commits (1) - [`b784ddc`](https://github.com/langgenius/dify-official-plugins/commit/b784ddc7af45fab26e14286bb13caef1e282fea3) feat: telegraph ### 📊 Changes **12 files changed** (+328 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `tools/telegraph/.env.example` (+4 -0) ➕ `tools/telegraph/README.md` (+3 -0) ➕ `tools/telegraph/_assets/icon.jpg` (+0 -0) ➕ `tools/telegraph/main.py` (+6 -0) ➕ `tools/telegraph/manifest.yaml` (+38 -0) ➕ `tools/telegraph/provider/telegraph.py` (+31 -0) ➕ `tools/telegraph/provider/telegraph.yaml` (+42 -0) ➕ `tools/telegraph/requirements.txt` (+2 -0) ➕ `tools/telegraph/tools/telegraph.py` (+23 -0) ➕ `tools/telegraph/tools/telegraph.yaml` (+43 -0) ➕ `tools/telegraph/tools/telegraph_advanced.py` (+41 -0) ➕ `tools/telegraph/tools/telegraph_advanced.yaml` (+95 -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:00 -05:00
yindo closed this issue 2026-02-16 10:22:00 -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#1117