Check availability of usernames across popular sites with this simple python script.
Run the script with the username to check as an argument.
For example, if you want to check for the availability of username
, just run :
python3 username-checker.py alias0 alias1
Or just run the script and the program will ask for the username.
python3 username-checker.py
- Added more urls.
- Save url in a file.
- Search by parameter o input user.
- Sorted result.
- Reduce the code.