No description
  • Rust 84.6%
  • Nix 15.4%
Find a file
2021-01-07 20:45:13 +01:00
src initial version 2021-01-07 20:45:13 +01:00
.gitignore initial version 2021-01-07 20:45:13 +01:00
Cargo.lock initial version 2021-01-07 20:45:13 +01:00
Cargo.toml initial version 2021-01-07 20:45:13 +01:00
config.toml initial version 2021-01-07 20:45:13 +01:00
README.md initial version 2021-01-07 20:45:13 +01:00

rss-webhook-trigger

Trigger webhooks from rss feeds

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"