16
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 01 Sep 2023
16 points (100.0% liked)
Lemmy Apps
4992 readers
2 users here now
A home for discussion of Lemmy apps and tools for all platforms.
RULES:
- No spamming
- Be nice and have fun
- Follow the general lemmy.world rules
An extensive list of Lemmy apps is available here:
Visit our partner Communities!
Lemmy Plugins and Userscripts is a great place to enhance the Lemmy browsing experience. !plugins@sh.itjust.works
Lemmy Integrations is a community about all integrations with the lemmy API. Bots, Scripts, New Apps, etc. !lemmy_integrations@lemmy.dbzer0.com
Lemmy Bots and Tools is a place to discuss and show off bots, tools, front ends, etc. you’re making that relate to lemmy. !lemmy_dev@programming.dev
Lemmy App Development is a place for Lemmy builders to chat about building apps, clients, tools and bots for the Lemmy platform. !lemmydev@lemm.ee
founded 1 year ago
MODERATORS
So far as I can tell, I think bot accounts are ideally supposed to flag their accounts as bot accounts, e.g. b0t here does so, which I'd think should allow for a similar toggle as exists for NSFW posts in different UIs/apps when not signed in, but I haven't seen it yet so I'm thinking it may work differently.
a class="person-listing d-inline-flex align-items-baseline text-info" title="@bOt" href="/u/bOt"...../a
I can probably modify the script to block these bots, because they all have the same username. I would just look for the
title
and remove the posts that equal @bOt.This might be a better task for the dev-team, because my method is definitely a work-around. There could already be an open issue for it on the github. I think we agree that blocking bots should be built into the API.