You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Neynar provides good source of farcaster data accessible via bulk REST queries. Using that I can scan ETH addresses in batches of 350 to return associated stats.
Interesting information to grab:
FarcasterID for any ethereum address
follower and follows count
activity_status and power_user_badge
This answers questions such as:
how many donors to round X or grant Y actually use farcaster?
as grant manager, are applicants to my round on same "social media power-level"?
as grantee how does farcaster following compare to donations?
TODO:
Estimate how many compute units are consumed per each API request
NeynarAPI resource to interact with an API
farcaster_profiles asset with rough stats display_name, following_count, follower_count for Gitcoin grantees
farcaster_channels asset that tracks popularity of some topics like Gitcoin / Giveth / Optimism
Alternative would be to grab this data from os-observer, but I feel Neynar subscription is more flexible and allows for writes to Farcaster as well!
The text was updated successfully, but these errors were encountered:
Neynar provides good source of farcaster data accessible via bulk REST queries. Using that I can scan ETH addresses in batches of 350 to return associated stats.
Interesting information to grab:
FarcasterID
for any ethereum addressfollower
andfollows
countactivity_status
andpower_user_badge
This answers questions such as:
X
or grantY
actually use farcaster?TODO:
compute units
are consumed per each API requestNeynarAPI
resource to interact with an APIfarcaster_profiles
asset with rough statsdisplay_name
,following_count
,follower_count
for Gitcoin granteesfarcaster_channels
asset that tracks popularity of some topics likeGitcoin
/Giveth
/Optimism
Alternative would be to grab this data from os-observer, but I feel Neynar subscription is more flexible and allows for
writes
to Farcaster as well!The text was updated successfully, but these errors were encountered: