Skip to main content


Ω⚙️Ω
New features for #FediAlgo, the customizable #algorithm for your Mastodon timeline:

🪓 Live filtering based on #hashtag (inclusive and exclusive)

#️⃣ Seed your timeline with toots from anywhere in the Fediverse that contain trending tags (#SouthKorea and #UnitedHealth have been big lately)

🔥 Icons to inform you whether a toot is from an account you follow, a hashtag you follow, or is trending (and if so, why it's trending)

⚖️ Weight based on retoots, replies, age, etc.

国 Filter on language

I kind of find it hard to look at Mastodon without it at this point. The installable demo can be found here: github.com/michelcrypt4d4mus/f…

Also available as a NodeJS package built on #Masto.
Here's a video of the demo app:

#FediTools #FediTips #Fediverse #Mastodon #activitypub #mastohelp #Fedi #foss #nodejs #opensource #MastoAdmin #SocialWeb #Feed #timeline #algorithmicFeed #node

in reply to ⚯ Michel de Cryptadamus ⚯

that's very interesting, i would love for example to to give more weight to people i follow i interacted less lately.
To find out if i'm still interested or not.

Is there the possibility to make such a timeline available directly from inside mastodon and/or from whatever mastodon client (like #phanpy or tusky) ?

in reply to Luca Sironi

it could be deployed like phanpy. in fact the original implementation that i forked it from is deployed here and you can use it: foryoufeed.vercel.app/login

if there's enough interest i could deploy my fork to #vercel in a similar way, i just don't have a vercel acccount yet so i haven't done it.

and yes it could be used as a package inside the standard mastodon web app. @rolle has suggested he might integrate it to the mastodon fork he runs.

in reply to ⚯ Michel de Cryptadamus ⚯

Now i tried with my server timeline and it's pretty interesting.
But i'm used to, and highly value also the clients i use, so maybe an integration in a mastodon fork , like @rolle 's one, is something i could be interested in.

If then it appears like any other standard timeline, home, local, federated

This entry was edited (1 week ago)
in reply to Luca Sironi

it's implemented as a nodejs package so theoretically any web based mastodon client could install it.
in reply to Luca Sironi

#phanpy could theoretically install Fedialgo as is as they are both nodejs based. the API for my fork of fedialgo should be quite stable at this point.

usually i post a link to the demo app but the actual package is here: github.com/michelcrypt4d4mus/f…

in reply to ⚯ Michel de Cryptadamus ⚯

integration into something like phanpy is probably the best case scenario and i'd be happy to work with @cheeaun to make that happen if there's any changes required.
in reply to ⚯ Michel de Cryptadamus ⚯

Looking great! I started working on it to Mastodon core (my mementomods fork for alpha), but it's a very big chore and it will take a lot of time. I have a very limited free time so we'll see...

I just suggested this to the core here: github.com/mastodon/mastodon/i…

@luca @cheeaun

#MastoAdmin #Mastodon #Algorithm

in reply to Roni Laukkarinen

@rolle @luca @cheeaun thanks for the endorsement; i went and put some comments in there as well as updating the README slightly in case anyone tries to actually use it.