https://github.com/slonik0v/nickname-checker-github-steam
Check username availability on GitHub and Steam asynchronously
https://github.com/slonik0v/nickname-checker-github-steam
aiohttp async automation bots check checker checkers cli-tool cli-toolkit github-api nickname py scraper steam-api username-availability username-checker
Last synced: 8 months ago
JSON representation
Check username availability on GitHub and Steam asynchronously
- Host: GitHub
- URL: https://github.com/slonik0v/nickname-checker-github-steam
- Owner: slonik0v
- Created: 2025-07-24T10:47:42.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-07-24T22:13:52.000Z (8 months ago)
- Last Synced: 2025-07-25T04:28:45.704Z (8 months ago)
- Topics: aiohttp, async, automation, bots, check, checker, checkers, cli-tool, cli-toolkit, github-api, nickname, py, scraper, steam-api, username-availability, username-checker
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Username Availability Checker - GitHub & Steam - - - - - > _ <
This Python script automatically checks if randomly generated usernames are available on **GitHub** and **Steam** (custom profile URLs).
It uses `aiohttp` for asynchronous requests and logs available usernames in a file.
---
## 🚀 Features
- Checks both GitHub and Steam
- Randomly generates usernames with optional prefixes (e.g. `ninja`, `dev`, etc.)
- Asynchronous requests for fast performance
- Colorized terminal output
- Logs results and errors to files
---
## 🔧 Requirements
- Python 3.7+
- Packages:
- `aiohttp`
- `colorama`
Install requirements with:
```bash
pip install aiohttp colorama