Even more tangential, I've been building an algorithmic digest of Mastodon (supports home, local, or federated) at https://fediview.com/. It might be interesting if you want a summary of Mastodon posts. Adding in RSS support might even be possible at some point.
Very cool! Makes me wish your solution was integrated into OP’s app (or vice-versa). This looks like the future of clean, customizable online content consumption.
One feature I would like to explore more is making algorithms completely customizable (as an advanced option perhaps). I.e. allowing changing all params manually in addition to being able to use your presets.
About the cutomizable params, it would be more complex since that means each person's articles need to have difference scores, which multiplies the storage and computation a lot. But on some level the priority of articles is customizable: you can provide customized "upvotes" for each of the articles in a customized RSS feed (an example to provide these fields in RSSHub: https://docs.rsshub.app/en/joinus/quick-start.html#submit-ne...), which will affect the final sorting of the articles.
Comments
I don't think there is an RSS feed, but looks like there is a JSON endpoint: https://github.com/mastodon/mastodon/issues/17269.
Even more tangential, I've been building an algorithmic digest of Mastodon (supports home, local, or federated) at https://fediview.com/. It might be interesting if you want a summary of Mastodon posts. Adding in RSS support might even be possible at some point.
Very cool! Makes me wish your solution was integrated into OP’s app (or vice-versa). This looks like the future of clean, customizable online content consumption.
One feature I would like to explore more is making algorithms completely customizable (as an advanced option perhaps). I.e. allowing changing all params manually in addition to being able to use your presets.
I don't have plan to support customize format in RSS Brain for now. But personally I use feeds from RSSHub (https://rsshub.app/) a lot. It's very easy to add a customizable feed to RSSHub (https://docs.rsshub.app/en/joinus/quick-start.html#submit-ne...).
About the cutomizable params, it would be more complex since that means each person's articles need to have difference scores, which multiplies the storage and computation a lot. But on some level the priority of articles is customizable: you can provide customized "upvotes" for each of the articles in a customized RSS feed (an example to provide these fields in RSSHub: https://docs.rsshub.app/en/joinus/quick-start.html#submit-ne...), which will affect the final sorting of the articles.