An open API service indexing awesome lists of open source software.

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

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