Skip to content
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

Discord Notification and many other by Apprise Notification Library #277

Closed
masterwishx opened this issue Dec 29, 2022 · 10 comments
Closed

Comments

@masterwishx
Copy link

First of all a Big Thank you for continuing the cool old but the New speedtest-tracker.

I hope we will see more new cool futures ...
I'm interested in discord Notification and I saw you have its on list to do ...
You can simply add many notifications by adding to your Docker the Apprise https://github.com/caronc/apprise-api
Thanks

@alexjustesen
Copy link
Owner

Thanks! Just so I'm clear, Apprise is like an notification router where I could create one integration with Apprise and configure it to send out to various services?

@masterwishx
Copy link
Author

masterwishx commented Dec 30, 2022

Thanks! Just so I'm clear, Apprise is like an notification router where I could create one integration with Apprise and configure it to send out to various services?

Yes , you right , just for example how to use it , please check more on https://github.com/caronc/apprise-api

if you need example how easy to integrate it in your project you can check https://github.com/xavier-hernandez/docker-external-ip

from this repo:

  1. add 'RUN pip install apprise' in dockerfile

  2. and run in script:

image

@alexjustesen
Copy link
Owner

alexjustesen commented Jan 4, 2023

@masterwishx is it just me or does the API not support CURL and is python library based?

Scratch that, maybe the stateless solution is what I'm looking for? https://github.com/caronc/apprise-api#stateless-solution

@masterwishx
Copy link
Author

Scratch that, maybe the stateless solution is what I'm looking for

Are you checked https://github.com/xavier-hernandez/docker-external-ip for how integrated apprise, or you don't want to use pip installed?

@alexjustesen
Copy link
Owner

This project isn't python based which is why I'm asking, instead of relying on a 3rd party service/container I'm probably going to stick close to the eco system and use the notification channels https://laravel-notification-channels.com/about/#suggesting-a-new-channel

@masterwishx
Copy link
Author

I'm probably going to stick close to the eco system and use the notification channels

Sure , make it like you think will be better , i only suggested the option that i know .

@alexdelprete
Copy link
Contributor

This project isn't python based which is why I'm asking

I already mentioned you apprise some time ago in another discussion, and you gave me the same answer.

@alexjustesen
Copy link
Owner

This project isn't python based which is why I'm asking

I already mentioned you apprise some time ago in another discussion, and you gave me the same answer.

Kid(1) makes you forget everything, I swear being a new parent my memory is vanished.

@alexdelprete
Copy link
Contributor

alexdelprete commented Jan 4, 2023

Kid(1) makes you forget everything, I swear being a new parent my memory is vanished.

I have 4, I know what you're talking about. :)

Problem is sleep deprivation...you'll get used to it...:D

@alexdelprete
Copy link
Contributor

@alexjustesen I was thinking about how uptime-kuma (node.js project) used apprise for the notifications, from what I understood, it's including apprise as a docker image, and then it interfaces with it through an app URL: https://github.com/louislam/uptime-kuma/blob/master/server/notification-providers/apprise.js

Might be an idea...

@alexjustesen alexjustesen mentioned this issue Jan 23, 2023
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants