281
New anti-bot rules
(lemmy.world)
Comic Strips is a community for those who love comic stories.
😇 Be Nice!
🏘️ Community Standards
🧬 Keep it Real
📽️ Credit Where Credit is Due
📋 Post Formatting
📬 Post Frequency/SPAM
🏴☠️ Internationalization (i18n)
Sí, por favor [Spanish/Español]🍿 Moderation
Note: This is not a rule, but a helpful suggestion.
When posting images, you should strive to add alt-text for screen readers to use to describe the image you're posting:
Another helpful thing to do is to provide a transcription of the text in your images, as well as brief descriptions of what's going on. (example)
feel free to get in touch with us if you have issues with api limits. we can't change them for individual users but we may be able to give you advice on more efficient usage.
your bot shouldn't be logging in every time it checks what is going on; it's best to persist the JWT you get from logging in and keep using it. the signup/login rate limit (which for whatever reason has the same counter) is relatively low to limit abuse, but the other endpoints should be more relaxed. you'd also have to hit pretty high request counts for us to even look at it. i recommend using a separate bot account (see bot rules).
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.