This repo contains the code the "Trending Links" feeds I've created for Bluesky.
- Trending Links - Most popular links over the last 24 hours
- Trending Links Hourly - Most popular Links of the last hour
The feed uses the following strategy to rank posts:
- Add together all the reactions to the post (comments, likes, reposts)
- Apply a "decay" to that value. The older the link the higher the decay
- For each link do the above and add them all together
Posts are then ordered according to that score.