📛 Checks if usernames are available on a bunch of websites. No Selenium.
aio
all-in-one
bruteforce
bruteforcer
bulk-check
checker
checker-bot
python
python-3
python3
username-checker
- Python 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
📛 Username Availability Checker
Checks if usernames are available on a bunch of websites.
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