Content
@
0 reply
20 recasts
20 reactions
Thomas
@aviationdoctor.eth
Is there a way to download all of one FID's root casts with timestamps without running a node? Either via a script, or a Dune-like interface, etc.
3 replies
1 recast
23 reactions
agrimony↑🎩
@agrimony.eth
dune has the data through neynar. u gonna want to filter for casts with no parent hash
2 replies
1 recast
7 reactions
Thomas
@aviationdoctor.eth
Cool, that worked, thanks SELECT * FROM dune.neynar.dataset_farcaster_casts WHERE fid = {my FID} AND parent_hash IS NULL ORDER BY created_at DESC LIMIT 10
1 reply
0 recast
1 reaction
Thomas
@aviationdoctor.eth
Cheers!
0 reply
0 recast
3 reactions