Bluesky Popularity Analyzer
Made in free time by @boreasmn.bsky.social
Popularity Index Explained
P = (F + I + P + R + L) / T × 10
Where:
- P = User popularity (1 to 10)
- F = Number of followers
- I = Total interactions (likes + replies)
- P = Number of posts
- R = Number of replies
- L = Number of likes
Determining T:
T = Fmax + Imax + Pmax + Rmax + Lmax
Maximum Values:
- Fmax: Highest number of followers.
- Imax: Total interactions of the most popular user.
- Pmax: Highest number of posts.
- Rmax: Highest number of replies.
- Lmax: Highest number of likes.
Final Formula:
P = (F + I + P + R + L) / (Fmax + Imax + Pmax + Rmax + Lmax) × 10
This formula provides the user's popularity score on a scale from 1 to 10, based on relevant metrics.