Yeah, this is the reason. TankieReplyBot used Lemmy’s WebSocket API because it was far more efficient for a bot to receive events as they happen rather than constantly checking for new comments and posts. With that gone, the bot will have to be rewritten to use polling instead, and the last time I did that, it caused my IP to be rate limited within an hour and that was with a relatively long polling interval.
I think the bot used the websocket API and lemmy ended up deprecating that API. Because of this the bots don’t work anymore.
Yeah, this is the reason. TankieReplyBot used Lemmy’s WebSocket API because it was far more efficient for a bot to receive events as they happen rather than constantly checking for new comments and posts. With that gone, the bot will have to be rewritten to use polling instead, and the last time I did that, it caused my IP to be rate limited within an hour and that was with a relatively long polling interval.