This commit is contained in:
Robin Appelman 2021-01-07 20:47:11 +01:00
commit 068ead7e7d

View file

@ -1,6 +1,11 @@
# rss-webhook-trigger
Trigger webhooks from rss feeds
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