Skip to content

Latest commit

 

History

History
executable file
·
20 lines (18 loc) · 536 Bytes

README.md

File metadata and controls

executable file
·
20 lines (18 loc) · 536 Bytes

Username Checker

Check availability of usernames across popular sites with this simple python script.

Usage

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

Features

  • Added more urls.
  • Save url in a file.
  • Search by parameter o input user.
  • Sorted result.
  • Reduce the code.