|
|
|
|
|
by rakoo
1164 days ago
|
|
For reference, here are two similar projects:
- one by Darius Kazemi, the creator of Hometown, a fork of Mastodon with a focus on local community: https://github.com/dariusk/rss-to-activitypub
- my very own, assuming one is comfortable with setting up their own not account: https://sr.ht/~rakoo/rss2ap/ Darius has a very interesting reasoning on why the service isn't available to everyone: it is too easy to spam, overload and in general do harm on upstream websites. I tend to agree with him, and I'm not sure this project has elements to convince me otherwise. But if I'm wrong, all the better ! |
|
For a positive reference I love how simple https://bird.makeup (a Twitter to Mastodon bridge) is; that's the UX that I wanted to replicate with Mastofeeder.
IMO Mastofeeder is as easy to abuse as any other Mastodon server (or spinning your own), so I wanted to make the service to be as easy for legitimate end users as possible.
And there's always technical measures to implement if I start seeing abuse: Throttling requests, limiting maximum feeds per users etc