Content pfp
Content
@
0 reply
0 recast
0 reaction

David Gasquez pfp
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! 🚀
3 replies
1 recast
4 reactions

not parzival pfp
not parzival
@padenfool.eth
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 pfp
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

not parzival pfp
not parzival
@padenfool.eth
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 pfp
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.
0 reply
0 recast
1 reaction

Dan Romero pfp
Dan Romero
@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