Rechercher la "meilleure" instance Mastodon ?

Vous voulez rechercher la "meilleure instance Mastodon" d'après l'uptime, le nombre d'inscrits, si l'instance est en https ou IPV6 ?

Voici le script de la mort ... qui roxx des ours, si, si ... !

# Fetch "index.html"
wget https://instances.mastodon.xyz

# Extract URLs, ping, sort
grep -i https index.html | grep -iv /https/ | grep -o https[^\\"]* | sed "s+https://++" | sudo xargs -n 1 ping -w 2 -c 10 | grep time= | sed "s/=/ /" | awk '{ printf "%s\\t%s\\n", $(NF-1), $0 }' | sort -g -k1,1 | cut -f2-

Vus : 220
Publié par citizenz7 : 68