[PR #113] [CLOSED] Add Line Bot plugin #619

Closed
opened 2026-02-22 17:33:57 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/113
Author: @kevintsai1202
Created: 3/11/2025
Status: Closed

Base: mainHead: main


📝 Commits (8)

📊 Changes

23 files changed (+771 additions, -0 deletions)

View changed files

kevintsai/linebot/.difyignore (+178 -0)
kevintsai/linebot/.env.example (+4 -0)
kevintsai/linebot/.gitignore (+171 -0)
kevintsai/linebot/GUIDE.md (+117 -0)
kevintsai/linebot/PRIVACY.md (+53 -0)
kevintsai/linebot/README.md (+42 -0)
kevintsai/linebot/_assets/2025-03-10 20 34 06.png (+0 -0)
kevintsai/linebot/_assets/2025-03-10 21 02 33.png (+0 -0)
kevintsai/linebot/_assets/2025-03-10 21 03 50.png (+0 -0)
kevintsai/linebot/_assets/2025-03-10 21 06 14.png (+0 -0)
kevintsai/linebot/_assets/2025-03-10 21 06 36.png (+0 -0)
kevintsai/linebot/_assets/2025-03-10 21 07 14.png (+0 -0)
kevintsai/linebot/_assets/2025-03-10 21 08 10.png (+0 -0)
kevintsai/linebot/_assets/2025-03-10 21 08 36.png (+0 -0)
kevintsai/linebot/_assets/S__320659478.jpg (+0 -0)
kevintsai/linebot/_assets/favicon-32x32.png (+0 -0)
kevintsai/linebot/endpoints/linebot.py (+107 -0)
kevintsai/linebot/endpoints/linebot.yaml (+5 -0)
kevintsai/linebot/group/linebot.yaml (+38 -0)
kevintsai/linebot/linebot.difypkg (+0 -0)

...and 3 more files

📄 Description

Plugin Submission Form

1. Submission Type

  • New plugin submission
  • Version update for existing plugin

2. Description

The Line Bot plugin integrates the Dify chat workflow application with the Line Official Account Messaging API. It enables users to interact with AI through a Line Official Account. The plugin only processes message reception and responses; it does not store any user information.

3. Checklist

  • I have read and followed the Publish to Dify Marketplace guidelines
  • I have read and comply with the Plugin Developer Agreement
  • I confirm my plugin works properly on both Dify Community Edition and Cloud Version
  • I confirm my plugin has been thoroughly tested for completeness and functionality
  • My plugin brings new value to Dify

4. Documentation Checklist

Please confirm that your plugin README includes all necessary information:

  • Step-by-step setup instructions
  • Detailed usage instructions
  • All required APIs and credentials are clearly listed
  • Connection requirements and configuration details

5. Privacy Protection Information

Based on Dify Plugin Privacy Protection Guidelines:

Data Collection

Line Official Account Configuration (Channel Secret, Channel Access Token)
Purpose: Used for secure authentication with the Line Official Account platform.
Storage Location: Stored only within your Dify instance and not sent to any third-party services.

Privacy Policy

  • I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines

🔄 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-plugins/pull/113 **Author:** [@kevintsai1202](https://github.com/kevintsai1202) **Created:** 3/11/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (8) - [`678f33c`](https://github.com/langgenius/dify-plugins/commit/678f33cba5c475bbbc41f615bedcbfc36dea6350) Create README.md - [`4baed48`](https://github.com/langgenius/dify-plugins/commit/4baed48de75e47ee387423a9ad4f870e58829906) first upload - [`16c74ef`](https://github.com/langgenius/dify-plugins/commit/16c74ef9894b976f3aaf0aebaa4a49d9bde212ab) update README.md - [`dc0bb5a`](https://github.com/langgenius/dify-plugins/commit/dc0bb5a85a60b7c3a631e7a92ca67db4d1765b9f) update README.md - [`e5114b4`](https://github.com/langgenius/dify-plugins/commit/e5114b4f12ef5ca6d80ccb85fa111461f2691319) upload pkg - [`a9dbec4`](https://github.com/langgenius/dify-plugins/commit/a9dbec4d246eb360a500a7e618865e254276ffeb) update README and PRIVACY - [`e8b23e3`](https://github.com/langgenius/dify-plugins/commit/e8b23e3ec998e31fdb8141eeac5bfdbb55604ef5) update location - [`0934759`](https://github.com/langgenius/dify-plugins/commit/09347590a02810e9bb88ddd12d54399e00ab7fd1) update location ### 📊 Changes **23 files changed** (+771 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `kevintsai/linebot/.difyignore` (+178 -0) ➕ `kevintsai/linebot/.env.example` (+4 -0) ➕ `kevintsai/linebot/.gitignore` (+171 -0) ➕ `kevintsai/linebot/GUIDE.md` (+117 -0) ➕ `kevintsai/linebot/PRIVACY.md` (+53 -0) ➕ `kevintsai/linebot/README.md` (+42 -0) ➕ `kevintsai/linebot/_assets/2025-03-10 20 34 06.png` (+0 -0) ➕ `kevintsai/linebot/_assets/2025-03-10 21 02 33.png` (+0 -0) ➕ `kevintsai/linebot/_assets/2025-03-10 21 03 50.png` (+0 -0) ➕ `kevintsai/linebot/_assets/2025-03-10 21 06 14.png` (+0 -0) ➕ `kevintsai/linebot/_assets/2025-03-10 21 06 36.png` (+0 -0) ➕ `kevintsai/linebot/_assets/2025-03-10 21 07 14.png` (+0 -0) ➕ `kevintsai/linebot/_assets/2025-03-10 21 08 10.png` (+0 -0) ➕ `kevintsai/linebot/_assets/2025-03-10 21 08 36.png` (+0 -0) ➕ `kevintsai/linebot/_assets/S__320659478.jpg` (+0 -0) ➕ `kevintsai/linebot/_assets/favicon-32x32.png` (+0 -0) ➕ `kevintsai/linebot/endpoints/linebot.py` (+107 -0) ➕ `kevintsai/linebot/endpoints/linebot.yaml` (+5 -0) ➕ `kevintsai/linebot/group/linebot.yaml` (+38 -0) ➕ `kevintsai/linebot/linebot.difypkg` (+0 -0) _...and 3 more files_ </details> ### 📄 Description # Plugin Submission Form ## 1. Submission Type - [x] New plugin submission - [ ] Version update for existing plugin ## 2. Description The Line Bot plugin integrates the Dify chat workflow application with the Line Official Account Messaging API. It enables users to interact with AI through a Line Official Account. The plugin only processes message reception and responses; it does not store any user information. ## 3. Checklist - [x] I have read and followed the Publish to Dify Marketplace guidelines - [x] I have read and comply with the Plugin Developer Agreement - [x] I confirm my plugin works properly on both Dify Community Edition and Cloud Version - [x] I confirm my plugin has been thoroughly tested for completeness and functionality - [x] My plugin brings new value to Dify ## 4. Documentation Checklist Please confirm that your plugin README includes all necessary information: - [x] Step-by-step setup instructions - [x] Detailed usage instructions - [x] All required APIs and credentials are clearly listed - [x] Connection requirements and configuration details ## 5. Privacy Protection Information Based on Dify Plugin Privacy Protection [Guidelines](https://docs.dify.ai/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines): ### Data Collection Line Official Account Configuration (Channel Secret, Channel Access Token) Purpose: Used for secure authentication with the Line Official Account platform. Storage Location: Stored only within your Dify instance and not sent to any third-party services. ### Privacy Policy - [x] I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines --- <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-22 17:33:57 -05:00
yindo closed this issue 2026-02-22 17:33:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#619