Content
@
0 reply
0 recast
0 reaction
David Gasquez
@kalendium.eth
Say I want to build a network of all the Farcaster users. What would be the fastest way to get the data? Just created an account here and I know nothing about the protocol. Thinking about this as a fun challenge! 🚀
4 replies
1 recast
4 reactions
shoni.eth
@alexpaden
the easiest way to look at all users is dune, they source data from @neynar which has apis and a query tool similar to dune which you can download a csv of all users from. check out https://chat.openai.com/g/g-lKnQHXJKS-dune-x-farcaster-gpt to generate dune queries about farcaster
4 replies
0 recast
2 reactions
David Gasquez
@kalendium.eth
Tried to get the `links` data (around 1 million rows) from Dune. It runs on the UI but I can't download the CSV or get it via the Python Dune client.
1 reply
0 recast
0 reaction
shoni.eth
@alexpaden
links is a table which essentially records follow actions you probably want: select * from dune.neynar.dataset_farcaster_profile_with_addresses where fname is not null not null is due to a previous FID attack without registering username/storage
1 reply
0 recast
1 reaction
David Gasquez
@kalendium.eth
That's some nice context! Will see how the replicator route goes though as I have a hunch Dune won't let me download the data easily.
1 reply
0 recast
1 reaction
artlu 🎩
@artlu
replicator takes several days to fully sync up, although you will see schemas and data start to drip in pretty soon. don't give up, but also corroborate conclusions with other data sources
0 reply
0 recast
2 reactions