Check username availability across multiple popular platforms
Project description
User Scanner
Scan a username across multiple social, developer, and creator platforms to see if it’s available.
Perfect for finding a unique username across GitHub, Twitter, Reddit, Instagram, and more, all in one command.
Features
- ✅ Check usernames across social networks, developer platforms, and creator communities
- ✅ Clear Available / Taken / Error output for each platform
- ✅ Robust error handling: It prints the exact reason (e.g. Cannot use underscores, hyphens at the start/end)
- ✅ Fully modular: add new platform modules easily
- ✅ Wildcard-based username permutations for automatic variation generation using provided suffix
- ✅ Selection of results format (e.g. json, csv, console (default))
- ✅ Get the scanning results in preferred format (json/csv) in specified output file (suitable for power users)
- ✅ Command-line interface ready: works directly after
pip install - ✅ Can be used as username OSINT tool
- ✅ Very low and lightweight dependencies, can be run on any machine
Installation
pip install user-scanner
Usage
Scan a username across all platforms:
user-scanner -u <username>
Optionally, scan a specific category or single module:
user-scanner -u <username> -c dev
user-scanner -l # Lists all available modules
user-scanner -u <username> -m github
Also, the output file and format can be specified:
* Errors and warnings will only appear when the format is set to "console"
user-scanner -u <username> -f console #Default format
user-scanner -u <username> -f csv
user-scanner -u <username> -f json
user-scanner -u <username> -f <format> -o <output-file>
Generate multiple username variations by appending a suffix:
user-scanner -u <username> -p <suffix>
Optionally, scan a specific category or single module with limit:
user-scanner -u <username> -p <suffix> -c dev
user-scanner -u <username> -p <suffix> -m github
user-scanner -u <username> -p <suffix> -s <number> # limit generation of usernames
user-scanner -u <username> -p <suffix> -d <seconds> # delay to avoid rate-limits (can be 0s-1s)
Screenshot:
- Note*: New modules are constantly getting added so this might have only limited, outdated output:
Contributing:
Modules are organized by category:
user_scanner/
├── dev/ # Developer platforms (GitHub, GitLab, etc.)
├── social/ # Social platforms (Twitter/X, Reddit, Instagram, etc.)
├── creator/ # Creator platforms (Hashnode, Dev.to, Medium, etc.)
├── community/ # Community platforms (forums, niche sites)
├── gaming/ # Gaming sites (chess.com, roblox, monkeytype etc.)
├── donation/ # Donation taking sites (buymeacoffe.com, similar...)
Module guidelines:
This project contains small "validator" modules that check whether a username exists on a given platform. Each validator is a single function that returns a Result object (see core/orchestrator.py).
Result semantics:
- Result.available() →
available - Result.taken() →
taken - Result.error(message: Optional[str]) →
error, blocked, unknown, or request failure (include short diagnostic message when helpful)
Follow this document when adding or updating validators.
See CONTRIBUTING.md for examples.
Dependencies:
License
This project is licensed under the MIT License. See LICENSE for details.
Star History
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file user_scanner-1.0.9.0.tar.gz.
File metadata
- Download URL: user_scanner-1.0.9.0.tar.gz
- Upload date:
- Size: 19.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d5cbb35bceddc29840f62dad31f9a767b7681d500e27d0279d546ea7f508dc1
|
|
| MD5 |
f49718383abb285932a7150ddcf6ddb4
|
|
| BLAKE2b-256 |
5a3333ff3447fde196a8a1f0f0a1827079c1d7f38af7f9b9bf99c76af08afd1e
|
File details
Details for the file user_scanner-1.0.9.0-py3-none-any.whl.
File metadata
- Download URL: user_scanner-1.0.9.0-py3-none-any.whl
- Upload date:
- Size: 39.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af3eaa86f40da13616929855a84c4f357f0369284a6620d02ce618b072cbc2f5
|
|
| MD5 |
a46eb8f1e3cddf8308825fd18a1b6589
|
|
| BLAKE2b-256 |
518a6cae1676b33f8302ba288c7e410ee2df9f4e2ed3a8c492daeb7bbe372fd2
|