It's fairly easy for a bot to post at random times. However it's possible to create a bot to check for bot behavior.
I made a few tests with bot moderation and quickly reached Lemmy.world instance limits (because the bot needs to read the posts consecutively and also get the user's public data).
When the account reaches the limit, it can't log in for a period. I don't want my account to be banned, so I will not continue trying to create moderation bots for Lemmy instances.
Hi @MrKaplan. I will continue my efforts to improve my moderation bot by following all your recommendations, such as implementing persistent sessions and creating a different account for the bot, also adhering to the bot rules of the instance. Additionally, I will slow down consecutive calls to the API. Let's see how it goes. Thank you.