Skip to content

hipstersmoothie/bsky-lnks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bluesky Trending Links

This repo contains the code the "Trending Links" feeds I've created for Bluesky.

Feeds

Algorithm

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.

About

A top links feed for Bluesky

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published