mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #493] Draft: Basic File Integration for Dify Slack Bot #1401
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/493
Author: @yoshiki-0428
Created: 3/18/2025
Status: 🔄 Open
Base:
main← Head:slack📝 Commits (10+)
8df8e7eadd google_driveef5add9feat:save google drive credential9a4ed13add google_drive featuref914bf2fix2e02bd0add parent id option for search foldereafd1eaadd file search feature15170abadd create file and folder features73c6ee9update svg59766c4update google drive create file12c1828del📊 Changes
7 files changed (+938 additions, -57 deletions)
View changed files
➕
extensions/slack_bot.difypkg(+0 -0)📝
extensions/slack_bot/.difyignore(+174 -1)📝
extensions/slack_bot/README.md(+18 -1)📝
extensions/slack_bot/endpoints/slack.py(+658 -53)📝
extensions/slack_bot/endpoints/slack.yaml(+1 -1)📝
extensions/slack_bot/group/slack.yaml(+86 -0)📝
extensions/slack_bot/manifest.yaml(+1 -1)📄 Description
PR Description:
I just put this together, so feel free to use it however you like. This draft PR adds basic file integration functionality to the Dify Slack Bot. It allows users to upload and download files directly within Slack.
Key Changes:
-Improved logging for file-related actions.
development memo
sessionbecause I use direct upload by api.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.