Notices where this attachment appears
-
@mint @MK2boogaloo @Moon @Zerglingman @allison @gaybot @meso
for i in pleroma akkoma mastodon; do
curl "http://demo.fedilist.com/instance/csv?software=$i"
done | grep -v '^hostname,state' | awk -F, '{
printf "curl https://%s/api/v1/timelines/public?local=true&limit=2 | jq -r '\''map(.account.acct)|join(\"\\n\")'\''\n", $1
printf "curl https://%s/api/v1/timelines/public?local=false&limit=2 | jq -r '\''map(.account.acct)|join(\"\\n\")'\''\n", $1
}' | sort --random-sort | sh | awk '
!NF{next}
i%2{printf "@gaybot@clubcyberia.co !ship @%s @%s", p, $1 | "./shell-script-that-makes-a-post"; close("./shell-script-that-makes-a-post")}
{i++;p=$1}'