Overview
Super Duper Feeder is a service that helps you subscribe to RSS/Atom feeds. It checks if the feed supports WebSub/PubSubHubbub for real-time updates and subscribes to the feed's designated hub.
You can provide an optional webhook URL, and Super Duper Feeder will send any received feed updates directly to your endpoint.
Feed Subscription Webhook
The webhook endpoint allows you to subscribe to any feed URL. It will automatically detect if the feed supports WebSub and subscribe to its hub.
Subscribe to a Feed
API Reference
Webhook Subscription Endpoint
-
POST /api/webhook
- Subscribe to a feed URL (topic
) and optionally provide your webhookcallback
URL. The service handles WebSub discovery and subscription.
Internal Callback Endpoint
GET/POST /callback/:id
- Endpoint used internally by the service to receive verification requests and content updates from **external** WebSub hubs. You generally don't interact with this directly.
See the full documentation for details.