oae / kaizoku

Self-hosted manga downloader
https://kaizoku.app
MIT License
578 stars 34 forks source link

Feature request: setup Apprise #3

Closed schklom closed 2 years ago

schklom commented 2 years ago

Apprise is a notification gateway that supports 80+ notification systems. Basically, with an instance of it, you can send a notification to it, and it will send it to any that you have configured.

All kaizoku has to do is to let the user specify the GET curl request they want to send.

See https://github.com/caronc/apprise-api for self-hosting an instance of Apprise with a GUI and an API.