Also alle die, die folgen aber noch nie etwas selbst gepostet haben.
toot followers --json | jq -r '.[] | select(.statuses_count == 0) | .acct' | while read acct;
do toot block "$acct" && toot unblock "$acct"; done
mapfile -t array <<< "$(toot followers @dewomser)"