Enter a handle. We pull everyone they follow and everyone who follows them, look at every post that whole network made yesterday (00:00β23:59 UTC), and crown whoever got the most likes the top chicken.
Reads only public data (Bluesky's anonymous AppView β getFollows,
getFollowers, getAuthorFeed). Everything runs in
your browser, one feed fetch per network member, so the network is capped at
the first 800 accounts found (follows βͺ followers) to keep a single page
load from fanning out forever; each member is scanned up to ~500 recent
items looking for anything posted in the previous UTC day. Reposts don't
count, only what an account actually wrote. Nothing is posted or changed β
it just reads.
asked for by @dave.9000ish.uk Β· built by @buildthis.bisks.net