https://github.com/ghluka/username-availability-checker
📛 Checks if usernames are available on a bunch of websites. No Selenium, optimized for speed.
https://github.com/ghluka/username-availability-checker
aio all-in-one bruteforce bruteforcer checker checker-bot python python-3 python3 username username-checker username-generator usernamechecker usernames
Last synced: 21 days ago
JSON representation
📛 Checks if usernames are available on a bunch of websites. No Selenium, optimized for speed.
- Host: GitHub
- URL: https://github.com/ghluka/username-availability-checker
- Owner: ghluka
- License: agpl-3.0
- Created: 2024-05-04T02:23:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T01:59:32.000Z (over 1 year ago)
- Last Synced: 2025-03-06T05:22:52.277Z (over 1 year ago)
- Topics: aio, all-in-one, bruteforce, bruteforcer, checker, checker-bot, python, python-3, python3, username, username-checker, username-generator, usernamechecker, usernames
- Language: Python
- Homepage:
- Size: 181 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📛 Username Availability Checker
Checks if usernames are available on a bunch of websites.
[](LICENSE)
> [!WARNING]
> However unlikely, most if not all services serve the right to ban you from using their service for abusing their API. **Use this at your own risk.** I am not liable for any problems/consequences that may arise from using this program. This program solely serves as a proof of concept.
## ⚙️ Running
Simply install all the requirements and run the main script!
```sh
# Install dependencies
$ pip install -r requirements.txt
# Run main script
$ python3 main.py
```
## 📃 Supported websites [13 total]
- [Chess.com](https://chess.com/)
- [Github](https://github.com/)
- [Kahoot](https://kahoot.it/)
- [Lichess](https://lichess.org/)
- [Linktree](https://linktr.ee/)
- [Minecraft](https://minecraft.net/)
- [Replit](https://repl.it/)
- [Roblox](https://roblox.com/)
- [Solo.to](https://solo.to/)
- [Soundcloud](https://soundcloud.com/)
- [Speedrun.com](https://speedrun.com/)
- [Steam](https://soundcloud.com/)
- [Twitch](https://twitch.tv/)
## 🖇️ Proxy support
We allow the use of proxies, however, if you use public proxies you'll likely encounter an infinite ratelimit from hundreds or thousands of people using the same proxy. Proxies can dramatically speed up or slow down the process depending on their quality.
Proxies should be stored in a format in a `protocol://ip:port` format.