User Scanner
Repo: https://github.com/kaifcodec/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.
- β Fully modular: add new platform modules easily.
- β
Command-line interface ready: works directly after
pip install.
- β Can be used as username OSINT tool.
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
Example Output:
Checking username: johndoe078
== DEV SITES ==
[β] Codeberg: Available
[β] Cratesio: Available
[β] Dockerhub: Available
[β] Github: Taken
[β] Gitlab: Available
[β] Launchpad: Available
[β] Npmjs: Available
[β] Replit: Available
== SOCIAL SITES ==
[β] Bluesky: Available
[β] Instagram: Taken
[β] Mastodon: Available
[β] Pinterest: Available
[β] Reddit: Taken
[β] Snapchat: Available
[β] Telegram: Available
[β] Threads: Taken
[β] X (Twitter): Available
[β] Youtube: Available
== CREATOR SITES ==
[β] Devto: Available
[β] Hashnode: Available
[β] Kaggle: Available
[β] Medium: Available
[β] Patreon: Available
== COMMUNITY SITES ==
[β] Coderlegion: Available
== GAMING SITES ==
[β] Chess_com: Available
[β] Osu: Available
...
...
...
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, and many more(upcoming))
Module guidelines:
- Each module must define a
validate_<site>()function that takes ausernameand returns:-
1β Available -
0β Taken -
2β Error / Could not check
-
- Use
httpxfor requests,coloramafor colored output. - Optional: modules can define a CLI parser if they support custom arguments.
See CONTRIBUTING.md for examples.
Dependencies:
License
This project is licensed under the MIT License.
Top comments (1)
Weβre looking for passionate contributors to join us, help add new sites, refine features, and make the tool faster and better for everyone!