mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #113] [CLOSED] Add Line Bot plugin #619
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-plugins/pull/113
Author: @kevintsai1202
Created: 3/11/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (8)
678f33cCreate README.md4baed48first upload16c74efupdate README.mddc0bb5aupdate README.mde5114b4upload pkga9dbec4update README and PRIVACYe8b23e3update location0934759update location📊 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
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
4. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.