https://github.com/ghluka/username-checker
📛 Checks if usernames are available on a bunch of websites. No Selenium.
https://github.com/ghluka/username-checker
aio all-in-one bruteforce bruteforcer bulk-check checker checker-bot python python-3 python3 username-checker
Last synced: 5 days ago
JSON representation
📛 Checks if usernames are available on a bunch of websites. No Selenium.
- Host: GitHub
- URL: https://github.com/ghluka/username-checker
- Owner: ghluka
- License: agpl-3.0
- Created: 2022-12-21T02:34:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-05-21T23:44:29.000Z (28 days ago)
- Last Synced: 2026-05-22T08:49:00.913Z (28 days ago)
- Topics: aio, all-in-one, bruteforce, bruteforcer, bulk-check, checker, checker-bot, python, python-3, python3, username-checker
- Language: Python
- Homepage:
- Size: 255 KB
- Stars: 133
- Watchers: 1
- Forks: 27
- Open Issues: 0
-
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]
> 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!
```sh
$ cd src
# Install dependencies
$ pip install -r requirements.txt
# Run main script
$ python3 main.py
```
## 📃 Supported websites
- [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/)
- [Soundcloud](https://soundcloud.com/)
- [Steam](https://soundcloud.com/)
## 🖇️ 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
```