this post was submitted on 05 Oct 2023
48 points (94.4% liked)

Boost

7737 readers
24 users here now

Community of the Android app Boost for Lemmy Play Store Link

founded 2 years ago
MODERATORS
 

Just curious how it's generated. I am assuming this is part of the Lemmy API.

top 5 comments
sorted by: hot top controversial new old
[โ€“] intelati@programming.dev 11 points 2 years ago

I'm assuming it pulls from "this box" (the api that built the box..)

[โ€“] jjagaimo@lemmy.ca 4 points 2 years ago* (last edited 2 years ago)

They tend to be the newest communities. It might be using some metric that accounts for how frequently posts and or comments are made in a certain time frame and use that to gauge engagement, which fails with new communities which have existed for a very short period and a "high" number of posts and comments relative to this time frame

The list itself is generated by lemmy itself as is, and passed to boost via the api

[โ€“] DieguiTux8623@feddit.it 2 points 2 years ago (1 children)

Curious too... there is a GET /search endpoint with a sort parameter, maybe searching in the whole feed (All listing type) with the Active sort type gives these results, but not sure...

[โ€“] rmayayo@lemmy.world 2 points 2 years ago (1 children)

Yes, but with endpoint GET /community/list

[โ€“] DieguiTux8623@feddit.it 0 points 2 years ago

Ah ok, GET /community/list with the sort param. Thank you! ๐Ÿ™๐Ÿ™๐Ÿ™