📛 Checks if usernames are available on a bunch of websites. No Selenium.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-05-22 07:44:29 +08:00
src httpx fix & improvements 2026-05-21 20:33:35 +08:00
.gitignore merged 2026-05-21 19:59:03 +08:00
LICENSE merged 2026-05-21 19:59:03 +08:00
README.md Update README.md 2026-05-22 07:44:29 +08:00

📛 Username Availability Checker

Checks if usernames are available on a bunch of websites.

GitHub license

Warning

Most services serve the right to ban you from using their service for abusing their API. Use this at your own risk, make sure you have read the ToS of the supported websites and understand before using.

⚙️ Running

Simply install all the requirements and run the main script!

$ cd src

# Install dependencies
$ pip install -r requirements.txt

# Run main script
$ python3 main.py

📃 Supported websites

🖇️ Proxy support

Proxies should be stored in a format in a protocol://ip:port format, for example:

http://127.0.0.1:8080
socks5h://127.0.0.1:9050