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 "https://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
https://mamot.fr/@vincib/111953469260198572
@vincib en tout cas bravo pour mamot, je n'ai strictement rien vu/reçu 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.