Sign inSign up

icewind1991/rss-webhook-trigger

By icewind1991

Updated about 2 years ago

Trigger webhooks from rss feeds

Image
0

1.2K

icewind1991/rss-webhook-trigger repository overview

rss-webhook-trigger

Trigger webhooks from rss feeds.

Send a POST request to a webhook every time an rss feed changes.

Note that this will only detect changes made while the program is running, it is not able to detect changes made to the feeds on program start.

Configuration
interval = 600 # optional, defaults to 30 minutes

[[feed]]
feed = "https://example.com/feed1.xml"
hook = "https://hook.example.com/hook1/call"

[[feed]]
feed = "https://example.com/feed2.xml"
hook = "https://hook.example.com/hook2/call"

Tag summary

Content type

Image

Digest

sha256:537d9e9e5

Size

17.5 MB

Last updated

about 2 years ago

docker pull icewind1991/rss-webhook-trigger