nzb-notify

Push Notifications to a large number of supported services for NZBGet and SABnzbd (based on Apprise)

GPL-3.0 License

Stars
129
nzb-notify - NZB-Notify Release v1.0.1 Latest Release

Published by caronc over 1 year ago

Release Notes

  • SABnzbd integration updated to run from environment variables.
nzb-notify - NZB-Notify Release v1.0.0

Published by caronc over 2 years ago

NZB-Notify Official v1.0 Release

  • Just a official build of all outstanding issues that have surfaced since 2020 (last release) 🚀
nzb-notify - Release v0.9.4

Published by caronc about 4 years ago

Details

  • Bugfixes
  • better SABnzbd icon support
pip install -r requirements.txt
nzb-notify - Release v0.9.3

Published by caronc over 5 years ago

Details

  • Python 3 Support Added
  • Carrying supported packages dropped and replaced with a `requirements.txt' file. Users need to do the following to make this package work:
pip install -r requirements.txt
nzb-notify - Release v0.9.2

Published by caronc about 6 years ago

Details

  • Microsoft Windows Notification support
  • Updated Apprise to v0.5.0
nzb-notify - Release v0.9.1

Published by caronc over 6 years ago

Details

  • Apprise upgraded to v0.0.9 which includes a ton of new enhancments
    • Kodi Notification Bugfix
    • Better Discord Markdown support
    • Removed Notify My Android (as they officially shut down for good)
    • Email plugin supports to= variable.
  • Dropped support for NMA as they've officially shut down for good now
nzb-notify - Release v0.9.0

Published by caronc over 6 years ago

NZB-Notify Release v 0.9.0

Enhancements carried over from Apprise:

General Enhancements

  • ServerProxy SSL bulletproofing (for connecting back to NZBGet for Statistics)
nzb-notify - Release v0.8.0

Published by caronc over 6 years ago

The following enhancements are present in this release:

  • Re-factored entire engine to use Apprise (#37)
  • Support for RocketChat (#32)

The following bugs were resolved:

  • Improved SABnzbd stability (#33)
  • Improved QNAP TS-212 stability (#36)

There were some other minor bug fixes as well.

nzb-notify - Release v0.7.0

Published by caronc almost 7 years ago

The following enhancements are present in this release:

  • Added Support for PushJet (thanks @paradix!)
  • Added Support for Twitter DM (#31)

The following bugs were resolved:

  • Microsoft installs couldn't access provided module backports.ssl_match_hostname. (#27)
  • Telegram ChatID no longer truncated (#28)
  • Notification mapping not working with Sabnzbd and MatterMost (#22)
nzb-notify - v0.6.1 Minor Release

Published by caronc over 7 years ago

  • Fixed a small bug introduced in v0.6.0 for MatterMost users
  • Added the ability to test the scripts configuration from within NZBGet.
nzb-notify - v0.6.0 Official Release

Published by caronc over 7 years ago

General Enhancements

  • Better Encoding Detection (9ae69887cddda55faeaa96f04581159743d8993c) (#17)
  • SSL Certificate Checking now an option via ?verify=No (by default it's set to yes) - (b15e39fa8bb930906b3b07c4f2ce5dc7e3d65ad0) (#20)
  • New MatterMost Support (#19)

Telegram Updates

  • Added support for telegram groups (7ee2065415f83cdbd63d8a5f8fbc5624a44a9c56)

PushBullet Updates

  • Updated pushbullet url to api v2 (5fbe6f1a9e96e0ba117e0897e0e2f791990bada2)

Slack Updates

  • Channels prefixed with a plus (+) symbol are interpreted as encoded identifiers vs #channel_name (bb88465a77e6a07c3b131da7cf86f7425d38dc29) (#18)
  • Support @ character in channel location as well when sending to a user (a7004d8e4b6253df5b64e3911bff8f719fd0ea19) (#18)
nzb-notify - v0.5.6

Published by caronc almost 8 years ago

Another small release that just bundles some accumulated (minor) bug fixes over the past few months.

nzb-notify - v0.5.5

Published by caronc about 8 years ago

Just a small release that adds:

nzb-notify - V0.5.0

Published by caronc about 8 years ago

nzb-notify - v0.4.0 (SABnzbd support added)

Published by caronc over 8 years ago

The only real changes with this release in comparison to the others is the addition of _sabnzbd-notify.py_ which will work in SABnzbd v1.1.0 for those who want additional notification support.

NZBGet users and those just using the tool from the CLI can continue to use it the same way they've done in the past; there is no change here.

The repo was renamed from nzbget-notify to nzb-notify just to define it's role/function as more generic and not solely focused on NZBGet.