RSS tracker added. Requires xmlstarlet.

This commit is contained in:
Storm Dragon
2026-07-13 15:19:28 -04:00
parent 5e749af65b
commit 13d44cf55e
5 changed files with 610 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# Enable or disable RSS tracking.
enabled=true
# Poll interval in seconds. Default is one hour.
pollInterval=3600
# Delay between announcing multiple new RSS items from the same poll.
delayInterval=60
# Maximum number of new items announced per poll. Extra items are marked read.
maxItemsPerPoll=5
# Delay before the first poll after the IRC connection starts.
startupDelay=15
# User agent sent to RSS servers.
userAgent="stormbot-rss/1.0"
# Feed URLs to monitor. Real feed URLs should not contain literal spaces.
urls=(
"https://stormux.org/index.xml"
)