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
Optionally filter by channel by adding the
parent_url
query parameter.
/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
Every request must specify a data source via one of the following query
parameters:
hub — a Farcaster Hub URL including the HTTP port (eg:
https://yourfarcasterhub.com).
neynar-api-key — a
Neynar API key. When present,
requests are routed to https://snapchain-api.neynar.com with the
key passed as the x-api-key header.
By @greg |
View on GitHub