Skip to content

Commit

Permalink
Added Pushy Support (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc authored Jul 9, 2023
1 parent d7a5a60 commit d674b6a
Show file tree
Hide file tree
Showing 6 changed files with 571 additions and 10 deletions.
24 changes: 15 additions & 9 deletions KEYWORDS
Original file line number Diff line number Diff line change
@@ -1,38 +1,42 @@
Alerts
API
Apprise API
AWS
Boxcar
BulkSMS
Burst SMS
Chat
CLI
ClickSend
DAPNET
Dbus
Dingtalk
D7Networks
Dapnet
DBus
DingTalk
Discord
Email
Emby
Enigma2
Faast
FCM
Flock
Form
Gitter
Gnome
Google
Google Chat
Gotify
Growl
Guilded
Home Assistant
IFTTT
Join
JSON
Kavenegar
KODI
Kumulos
LaMetric
Line
Mastodon
MacOS
MacOSX
Mailgun
Mastodon
Matrix
Mattermost
MessageBird
Expand All @@ -41,7 +45,6 @@ Misskey
MQTT
MSG91
MSTeams
Nexmo
Nextcloud
NextcloudTalk
Notica
Expand All @@ -61,6 +64,7 @@ Pushjet
Push Notifications
Pushover
PushSafer
Pushy
Reddit
Rocket.Chat
Ryver
Expand All @@ -84,9 +88,11 @@ Telegram
Twilio
Twist
Twitter
Voipms
Vonage
Webex
WhatsApp
Windows
Voipms
XBMC
XML
Zulip
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ The table below identifies the services this tool supports and some example serv
| [Pushed](https://github.com/caronc/apprise/wiki/Notify_pushed) | pushed:// | (TCP) 443 | pushed://appkey/appsecret/<br/>pushed://appkey/appsecret/#ChannelAlias<br/>pushed://appkey/appsecret/#ChannelAlias1/#ChannelAlias2/#ChannelAliasN<br/>pushed://appkey/appsecret/@UserPushedID<br/>pushed://appkey/appsecret/@UserPushedID1/@UserPushedID2/@UserPushedIDN
| [Pushover](https://github.com/caronc/apprise/wiki/Notify_pushover) | pover:// | (TCP) 443 | pover://user@token<br />pover://user@token/DEVICE<br />pover://user@token/DEVICE1/DEVICE2/DEVICEN<br />**Note**: you must specify both your user_id and token
| [PushSafer](https://github.com/caronc/apprise/wiki/Notify_pushsafer) | psafer:// or psafers:// | (TCP) 80 or 443 | psafer://privatekey<br />psafers://privatekey/DEVICE<br />psafer://privatekey/DEVICE1/DEVICE2/DEVICEN
| [Pushy](https://github.com/caronc/apprise/wiki/Notify_pushy) | pushy:// | (TCP) 443 | pushy://apikey/DEVICE<br />pushy://apikey/DEVICE1/DEVICE2/DEVICEN<br />pushy://apikey/TOPIC<br />pushy://apikey/TOPIC1/TOPIC2/TOPICN
| [Reddit](https://github.com/caronc/apprise/wiki/Notify_reddit) | reddit:// | (TCP) 443 | reddit://user:password@app_id/app_secret/subreddit<br />reddit://user:password@app_id/app_secret/sub1/sub2/subN
| [Rocket.Chat](https://github.com/caronc/apprise/wiki/Notify_rocketchat) | rocket:// or rockets:// | (TCP) 80 or 443 | rocket://user:password@hostname/RoomID/Channel<br />rockets://user:password@hostname:443/#Channel1/#Channel1/RoomID<br />rocket://user:password@hostname/#Channel<br />rocket://webhook@hostname<br />rockets://webhook@hostname/@User/#Channel
| [Ryver](https://github.com/caronc/apprise/wiki/Notify_ryver) | ryver:// | (TCP) 443 | ryver://Organization/Token<br />ryver://botname@Organization/Token
Expand Down
Loading

0 comments on commit d674b6a

Please sign in to comment.