This commit is contained in:
Robin Appelman 2024-04-05 16:33:19 +02:00
commit 7cc64a1df3

View file

@ -1,8 +1,8 @@
# rss-webhook-trigger # rss-webhook-trigger
Trigger webhooks from rss feeds. Trigger webhooks from rss/atom feeds.
Send a `POST` request to a webhook every time an rss feed changes. Send a `POST` request to a webhook every time an rss/atom feed changes.
Note that this will only detect changes made while the program is running, it is not able to detect changes made to 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. the feeds on program start.