-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement] Send alert to push notification aggregator service #140
Comments
hey @SingingDwarf , thanks for the suggestion. At first sight, As a MVP, we'd be looking to implement Twitter and Discord notifications. People have asked for MQTT as well, and it'd be interesting to enable some of the other ones. Feel free to join a bunch of us at the #planefence channel on this Discord server where we discuss these things: https://discord.gg/VDT25xNZzV |
@SingingDwarf I have been playing with apprise, and it was easy to figure out how to send tweets. Currently, using
I successfully sent a tweet with
I tried adding the media ID in the same request, didn't work. I tried to send the file attachment without body, and
Do you have any idea how to get this done, or who I can ask? |
As a follow-up, I have been making progress implementing a separate notification-container that will use Progress is slow but forthcoming. |
@kx1t Sorry for the radio silence on this, unfortunately 'life' has been in the way recently. Is the work you refer to above using the NOTIFICATION_SERVER setting in the config file? I cannot find any documentation relating to this setting, so assume that it is new/undocumented feature currently? Did you still require help on sending the attachement? It's a while since I looked into Apprise, but can take another look if it would be helpeful. |
@kx1t - is there any update on using Apprise? I'm looking to implement Telegram - currently using it in some scripts - rather easy as you just issue a curl command with token,api and message. I would like plane-alert to send me a Telegram message whenever a new plane from the alert file is registered. |
adding Ntfy (ntfy.sh) as an option would be great as well. |
Suggestion for enhancement - send notifications to a self hosted push aggregator service, such as Apprise (https://github.com/caronc/apprise) which would allow users to send notifications to services of their choice, but with only a single integration point for this project to maintain.
The text was updated successfully, but these errors were encountered: