caronc / nzb-notify

Push Notifications to a large number of supported services for NZBGet and SABnzbd (based on Apprise)
GNU General Public License v3.0
129 stars 15 forks source link

Replace core engine with apprise #37

Closed caronc closed 6 years ago

caronc commented 6 years ago

I wrote all of the notifications into their own library (that even supports Python 3). It was entirely based on this nzb-notify tool.

But now the next best thing would be to eliminate the entire notification core from this script and use the Apprise library instead.

caronc commented 6 years ago

see pull request #38