You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Podping is a similar (public-only) update mechanism, although I'm not sure what apps if any use it yet
Sending notifications about new episodes through a messaging app like Discord or Slack
I'm happy to work on this myself, if you'd accept a PR for it. I'm not sure what an appropriate config setting for this would look like, though. I have a couple of ideas:
This would allow more complex integrations, for example, as suggested in another recent issue, uploading new episodes to Archive.org using their API. Realistically, though, it would probably require users to build their own docker container to do anything nontrivial (I don't think curl is included in the alpine docker image, for one).
For both of these I'm envisioning some kind of template variable system where feed properties are exposed and can be inserted into the strings.
The text was updated successfully, but these errors were encountered:
wilt00
changed the title
Feature Request: Run command on feed update
Feature Request: Send webhook on feed update
Mar 4, 2023
I'd like to be able to trigger an HTTP request when a feed completes updating if there are new episodes available. Some use cases for this:
I'm happy to work on this myself, if you'd accept a PR for it. I'm not sure what an appropriate config setting for this would look like, though. I have a couple of ideas:
webhook
option:on_update
option that runs a command or script when the update finishes:This would allow more complex integrations, for example, as suggested in another recent issue, uploading new episodes to Archive.org using their API. Realistically, though, it would probably require users to build their own docker container to do anything nontrivial (I don't think curl is included in the alpine docker image, for one).
For both of these I'm envisioning some kind of template variable system where feed properties are exposed and can be inserted into the strings.
The text was updated successfully, but these errors were encountered: