User Tools

Site Tools


mastodon_spam_scanner

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
mastodon_spam_scanner [2023/02/09 03:19]
admin
mastodon_spam_scanner [2023/02/09 03:27]
admin
Line 79: Line 79:
       }       }
       $percent_complete = number_format(($progress/​$total)*100,​1);​       $percent_complete = number_format(($progress/​$total)*100,​1);​
-      $moderation_link = $mastodon_host."/​admin/​accounts?​origin=local&​username="​.$username;​+      $moderation_link = "<a href='$mastodon_host/​admin/​accounts?​origin=local&​username="​.$username."'>​mod link</​a><​br />";
       echo $score."​\t$username\t$moderation_link\n";​       echo $score."​\t$username\t$moderation_link\n";​
       // this outputs a progress indicator to stderr       // this outputs a progress indicator to stderr
Line 91: Line 91:
  
 ?> ?>
 +</​code>​
 +
 +I added a moderation link to the CSV output so I can just open that file in a browser with this for example:
 +<code bash>
 +php scan_for_spammers.php | grep -E "​^4"​ > output.html
 </​code>​ </​code>​
  
 Back to the [[Mastodon]] page. Back to the [[Mastodon]] page.
mastodon_spam_scanner.txt ยท Last modified: 2023/05/02 10:11 by neil