mamot.fr is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mamot.fr est un serveur Mastodon francophone, géré par La Quadrature du Net.

Server stats:

3.1K
active users

Benjamin Sonntag-King 🐙

A trick used by me today to quickly found the few remaining spammers:

in the PGSQL DB :

select id,username,domain,display_name,avatar_file_name from accounts where username ~ '^[0-9a-z]{10}$' AND username=display_name and created_at > '2024-02-15 00:00:00' and suspended_at IS NULL AND avatar_file_name IS NULL limit 100;

Then from the obtained file :
for i in $(cat piaille-spam.txt|awk '{print $1}' ) ; do xdg-open "piaille.fr/admin/accounts/$i"; sleep 6 ; done

and check manually and block ;)

Since then I publish some rough code I used on both Piaille & Mamot to fix that in realtime
mamot.fr/@vincib/1119534692601

@vincib en tout cas bravo pour mamot, je n'ai strictement rien vu/reçu :blobaww: bon courage !

@Sphinx_Pouet Ça fait 4 jours que je m'en prend plein la tronche 😭

J'en a signalé plusieurs mais pas tous… La procédure de signalement est relou sur fedilab, donc parfois je bloque direct.

Je me demande si les crétins de spammeurs visent pas des comptes en particulier selon certains critères, genre la présente de hashtag "noBot" dans la bio, et/ou d'autres critères.

@vincib Bon courage, et merci pour le blocage.