Command-line tool to check the availability of a username on various platforms.
Use pip to install handles
.
python3 -m pip install --upgrade handles
# check if a username is available on any of the supported platforms
handles --platforms '*' myusername
# check if usernames on a file are available on github
handles --platforms github --file usernames.txt
Distributed under the MIT License. See LICENSE
for more information.