webfinger (101B)
1 #!/usr/bin/env bash 2 3 curl -sL "https://$(cut -d@ -f2 <<<$1)/.well-known/webfinger?resource=acct:$1";