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 16 forks source link

Support for Signal #54

Closed keppo070 closed 5 years ago

keppo070 commented 5 years ago

I'm using an Telegram Bot at the moment for notification do you have any plans to give support for signal in nzb-notify?

caronc commented 5 years ago

Thanks for the request,

I presume you're speaking about https://signal.org/ (community/github) ?

There doesn't appear to be any easy way to work with it in Python yet due to all the encryption that wraps around it. It would be a very large undertaking (today).

The only other problem would be the url (signal://), you'd have to provide it a key that's got like 1600+ characters in it (minimum) as a private key just to negotiate a connection.

I'm open to suggestions and/or ideas, but having a quick glance at it now; it probably wouldn't fit very well as a NZBGet/SABnzbd notification script.

keppo070 commented 5 years ago

I was speaking of signal.org. I tried to find an API which could be beneficial, but I cannot find one. I understand this is a large undertaking.

I will continue to use your terrific script with Telegram. Thank you for having a glance.