cooperspencer / gickup

https://cooperspencer.github.io/gickup-documentation/
Apache License 2.0
935 stars 33 forks source link

Support for Apprise push gateway #243

Open armond-avanes opened 3 weeks ago

armond-avanes commented 3 weeks ago

It would be great if we could have the support for Apprise notifications (as push gateway), which adds the support to many popular platforms. Not sure if it can be directly integrated since it's written in Python: https://github.com/caronc/apprise

But there is also another project from Apprise author which wraps this framework in a RESTful API. If you support its format (which is basically a POST with JSON body), anyone hosting this RESTful API will be able to reach tens of different notification platforms: https://github.com/caronc/apprise-api

cooperspencer commented 3 weeks ago

I'll have a look. Doesn't seem too complicated to integrate.

armond-avanes commented 3 weeks ago

@cooperspencer Thanks for considering this feature. Please let me know if you need any help testing this.