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 Webhook Integration? #960

Open
ErbeckM opened this issue Apr 10, 2024 · 3 comments
Open

Discord Webhook Integration? #960

ErbeckM opened this issue Apr 10, 2024 · 3 comments
Labels
feature request Request for a brand new feature

Comments

@ErbeckM
Copy link

ErbeckM commented Apr 10, 2024

Any consideration for Discord webhook integration to announce completion of the script when run? Could be useful when script run is automated and you could publish stats about number of videos pulled and on which subscriptions akin to what you already publish at job completion. This would act sort of as notifications that new videos are available and downloaded since you can only see the ytdl-sub stats in the logs in the docker etc.

@kieraneglin
Copy link

(This @ the maintainer)

Jumping in to say that I'm working on a yt-dlp-backed app and I ended up using Apprise - gives you a ton of notifications options (including Discord webhooks!) with essentially zero configuration. There's a Python API but I ended up calling it as an executable

I'm writing my app in Elixir so the code may be so different as to be a useless comparison, but if you're curious here's how simple the implementation is (one and two)

@jmbannon
Copy link
Owner

This would be a neat feature, I think a smidge of work would need to be added to make it into a plugin and have access to the 'transaction log'.

@jmbannon
Copy link
Owner

And thanks for the suggestion @kieraneglin ! I saw your first announcement in r/selfhosted, looks like a nice alternative for folks who prefer GUI 🙂

@jmbannon jmbannon added the feature request Request for a brand new feature label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request for a brand new feature
Projects
None yet
Development

No branches or pull requests

3 participants