Cloudflare worker to watch RSS feeds and post updates to Discord webhooks
commits
Author
Commit
Message
Date
The /blob/ URL returns an HTML page, not the raw XML feed content.
Cloudflare Worker that polls feeds on a 5-minute cron, detects new
entries using KV-stored timestamps, and posts them as Discord embeds.
Uses feedsmith for multi-format feed parsing (RSS, Atom, RDF, JSON Feed).