Cloudflare worker to watch RSS feeds and post updates to Discord webhooks
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix feed URL to use /raw/ instead of /blob/

The /blob/ URL returns an HTML page, not the raw XML feed content.

+1 -1
+1 -1
feeds.json
··· 1 1 { 2 - "https://tangled.org/burrito.space/peek/blob/main/docs/feed.xml": ["peek"] 2 + "https://tangled.org/burrito.space/peek/raw/main/docs/feed.xml": ["peek"] 3 3 }