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.
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.