Farcaster Hub Feeds Easily generate RSS, Atom, and JSON feeds directly from a Farcaster Hub. How To Use All feeds exclude replies and are sorted in reverse chronological order. User Feeds /rss/user/{fid} Generate an RSS feed of a user's casts. /atom/user/{fid} Generate an Atom feed of a user's casts. /json/user/{fid} Generate an JSON feed of a user's casts. Channel Feeds You can find common parent_url's here . /rss/channel?url={parent_url} Generate an RSS feed of casts in a channel. /atom/channel?url={parent_url} Generate an Atom feed of casts in a channel. /json/channel?url={parent_url} Generate an JSON feed of casts in a channel. Configuration To use a specific Farcaster Hub, add the "hub" query parameter where the value includes the HTTP port (eg: https://hub.freefarcasterhub.com:3281) By @greg | View on GitHub