Skip to content

Commit

Permalink
bumped version and updated notification references
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Jul 19, 2019
1 parent 93d69c6 commit 14a70a0
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions Notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Notififications Core
#
# Copyright (C) 2014-2018 Chris Caron <[email protected]>
# Copyright (C) 2014-2019 Chris Caron <[email protected]>
#
# This file is part of NZB-Notify.
#
Expand Down Expand Up @@ -31,9 +31,9 @@
#
# Info about this Notify NZB Script:
# Author: Chris Caron ([email protected]).
# Date: Sun, Sep 9th, 2018.
# Date: Fri, Jul 19th, 2019.
# License: GPLv2 (http://www.gnu.org/licenses/gpl.html).
# Script Version: 0.9.2.
# Script Version: 0.9.3.
#
# Home: https://github.com/caronc/nzb-notify
# Wiki: https://github.com/caronc/nzb-notify/wiki
Expand All @@ -60,37 +60,52 @@
# - boxcar:// -> A Boxcar Notification
# - boxcars:// -> A secure Boxcar Notification
# - discord:// -> A Discord Notification
# - d7sms:// -> A D7 Networks SMS Notification
# - emby:// -> A Emby Notification
# - faast:// -> A Faast Notification
# - growl:// -> A Growl Notification
# - flock:// -> A Flock Notification
# - gitter:// -> A Gitter Notification
# - gnome:// -> A Gnome Notification
# - growl:// -> A Growl Notification
# - gotify:// -> A Gotify Notification
# - ifttt:// -> A IFTTT (If This Than That) Notification
# - join:// -> A Join Notification
# - json:// -> A simple json query
# - jsons:// -> A secure, simple json query
# - kde:// -> A KDE Notification
# - kodi:// -> A KODI Notification
# - kodis:// -> A Secure KODI Notification
# - mailgun:// -> An Mailgun Notification
# - matrix:// -> A Matrix Notification
# - matrixs:// -> A Secure Matrix Notification
# - mailto:// -> An email Notification
# - mailtos:// -> A secure email Notification
# - pbul:// -> A PushBullet Notification
# - mattermost:// -> A Mattermost Notification
# - msteams:// -> A Microsoft Teams Notification
# - nexmo:// -> A Nexmo Notification
# - prowl:// -> A Prowl Server
# - pbul:// -> A PushBullet Notification
# - pover:// -> A Pushover Notification
# - pjet:// -> A Pushjet Notification
# - pushed:// -> A Pushed Notification
# - rocket:// -> A Rocket.Chat Notification
# - rockets:// -> A Secure Rocket.Chat Notification
# - ryver:// -> A Ryver Notification
# - slack:// -> A Slack Notification
# - sns:// -> Amazon Web Service (AWS) - Simple Notificaation Service (SNS)
# - tgram:// -> A Telegram Notification
# - tweet:// -> A Twitter Direct Message (DM) Notification
# - twilio:// -> A Twilio Notification
# - twitter:// -> A Twitter Direct Message (DM) Notification
# - twist:// -> A Twist Notification
# - xml:// -> A simple xml (SOAP) Notification
# - xmls:// -> A secure, simple xml (SOAP) Notification
# - mmost:// -> A (Unsecure) MatterMost Notification
# - mmosts:// -> A Secure MatterMost Notification
# - xbmc:// -> An XBMC Notification (protocol v2)
# - xmpp:// -> An XMPP Notification
# - wxteams:// -> An Cisco Webex Teams Notification
# - windows:// -> A Microsoft Windows Notification
# - zulip:// -> An Zulip Chat Notification
#
# Note: For details on how to use each notification checkout this link:
# https://github.com/caronc/apprise/wiki
Expand Down

0 comments on commit 14a70a0

Please sign in to comment.