Lemmy/Mbin/PieFed communities on Mastodon part 2: RSS to the rescue
When we left off, I’d been trying to create a simple tool to improve Mastodon users’ experience of interacting with communities on Lemmy, Mbin and PieFed (or “LemBinFed” as I like to call them1). This would be a bot that would only boost top-level posts from a community, to save Mastodon users from having to sift through out-of-context reply posts to find them.
The plan was initially make this bot using only Python and the Mastodon API: follow the community, read recent posts on the bot’s timeline, and filter out replies using the status.in_reply_to_id
attribute. However, there is a critical problem with Mastodon: you can’t follow a LemBinFed community if there is a LemBinFed user with the same handle!