mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1219] [MERGED] feat: add tool for Pushover #1776
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/1219
Author: @jingfelix
Created: 7/3/2025
Status: ✅ Merged
Merged: 7/4/2025
Merged by: @crazywoola
Base:
main← Head:feat/pushover📝 Commits (1)
582d78bfeat: add tool for Pushover📊 Changes
24 files changed (+2332 additions, -0 deletions)
View changed files
➕
tools/pushover/.difyignore(+180 -0)➕
tools/pushover/.env.example(+4 -0)➕
tools/pushover/.github/prompts/dify_plugin.prompt.md(+1416 -0)➕
tools/pushover/.github/workflows/plugin-publish.yml(+144 -0)➕
tools/pushover/GUIDE.md(+117 -0)➕
tools/pushover/LICENSE(+21 -0)➕
tools/pushover/PRIVACY.md(+21 -0)➕
tools/pushover/README.md(+40 -0)➕
tools/pushover/_assets/api_token.png(+0 -0)➕
tools/pushover/_assets/auth.png(+0 -0)➕
tools/pushover/_assets/example.png(+0 -0)➕
tools/pushover/_assets/icon.png(+0 -0)➕
tools/pushover/_assets/user_key.png(+0 -0)➕
tools/pushover/main.py(+6 -0)➕
tools/pushover/manifest.yaml(+31 -0)➕
tools/pushover/provider/pushover.py(+16 -0)➕
tools/pushover/provider/pushover.yaml(+51 -0)➕
tools/pushover/requirements.txt(+6 -0)➕
tools/pushover/src/__init__.py(+0 -0)➕
tools/pushover/src/pushover.py(+143 -0)...and 4 more files
📄 Description
Related Issues or Context
This PR add a tool plugin for https://pushover.net/.
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.5.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.