Skip to content

Commit e442cbd

Browse files
committed
meta/docs added
1 parent abf3735 commit e442cbd

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

KEYWORDS

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ Rocket.Chat
8181
RSyslog
8282
Ryver
8383
SendGrid
84+
SendPulse
8485
ServerChan
8586
SES
8687
SFR

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ The table below identifies the services this tool supports and some example serv
116116
| [RSyslog](https://github.com/caronc/apprise/wiki/Notify_rsyslog) | rsyslog:// | (UDP) 514 | rsyslog://hostname<br />rsyslog://hostname/Facility
117117
| [Ryver](https://github.com/caronc/apprise/wiki/Notify_ryver) | ryver:// | (TCP) 443 | ryver://Organization/Token<br />ryver://botname@Organization/Token
118118
| [SendGrid](https://github.com/caronc/apprise/wiki/Notify_sendgrid) | sendgrid:// | (TCP) 443 | sendgrid://APIToken:FromEmail/<br />sendgrid://APIToken:FromEmail/ToEmail<br />sendgrid://APIToken:FromEmail/ToEmail1/ToEmail2/ToEmailN/
119+
| [SendPulse](https://github.com/caronc/apprise/wiki/Notify_sendpulse) | sendpulse:// | (TCP) 443 | sendpulse://user@host/ClientId/ClientSecret<br />sendpulse://user@host/ClientId/clientSecret/ToEmail<br />sendpulse://user@host/ClientId/ClientSecret/ToEmail1/ToEmail2/ToEmailN/
119120
| [ServerChan](https://github.com/caronc/apprise/wiki/Notify_serverchan) | schan:// | (TCP) 443 | schan://sendkey/
120121
| [Signal API](https://github.com/caronc/apprise/wiki/Notify_signal) | signal:// or signals:// | (TCP) 80 or 443 | signal://hostname:port/FromPhoneNo<br/>signal://hostname:port/FromPhoneNo/ToPhoneNo<br/>signal://hostname:port/FromPhoneNo/ToPhoneNo1/ToPhoneNo2/ToPhoneNoN/
121122
| [SimplePush](https://github.com/caronc/apprise/wiki/Notify_simplepush) | spush:// | (TCP) 443 | spush://apikey<br />spush://salt:password@apikey<br />spush://apikey?event=Apprise

packaging/redhat/python-apprise.spec

+5-5
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ Windows, Microsoft Teams, Misskey, MQTT, MSG91, MyAndroid, Nexmo, Nextcloud,
4848
NextcloudTalk, Notica, Notifiarr, Notifico, ntfy, Office365, OneSignal,
4949
Opsgenie, PagerDuty, PagerTree, ParsePlatform, PopcornNotify, Prowl, Pushalot,
5050
PushBullet, Pushjet, PushMe, Pushover, PushSafer, Pushy, PushDeer, Revolt,
51-
Reddit, Rocket.Chat, RSyslog, SendGrid, ServerChan, SFR, Signal, SimplePush,
52-
Sinch, Slack, SMSEagle, SMS Manager, SMTP2Go, SparkPost, Splunk, Super Toasty,
53-
Streamlabs, Stride, Synology Chat, Syslog, Techulus Push, Telegram, Threema
54-
Gateway, Twilio, Twitter, Twist, VictorOps, Voipms, Vonage, WeCom Bot,
55-
WhatsApp, Webex Teams, Workflows, XBMC}
51+
Reddit, Rocket.Chat, RSyslog, SendGrid, SendPulse, ServerChan, SFR, Signal,
52+
SimplePush, Sinch, Slack, SMSEagle, SMS Manager, SMTP2Go, SparkPost, Splunk,
53+
Super Toasty, Streamlabs, Stride, Synology Chat, Syslog, Techulus Push,
54+
Telegram, Threema Gateway, Twilio, Twitter, Twist, VictorOps, Voipms, Vonage,
55+
WeCom Bot, WhatsApp, Webex Teams, Workflows, XBMC}
5656

5757
Name: python-%{pypi_name}
5858
Version: 1.8.1

0 commit comments

Comments
 (0)