Skip to content

Scan a username across multiple social, developer, and creator platforms to see if it’s available. Perfect for finding a unique username for your personal profile or business across GitHub, Twitter, Reddit, Instagram, Telegram and more, all in one command.

License

Notifications You must be signed in to change notification settings

kaifcodec/user-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Scanner

1000136215


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.
  • ✅ Wildcard-based username permutations for automatic variation generation
  • ✅ 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
user-scanner -u <username> -p <suffix> 

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

Screenshot:

  • Note*: New modules are constantly getting added so this might have only limited, outdated output:
1000140392
1000140393

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:

  • Each module must define a validate_<site>() function that takes a username and returns:
    • 1 → Available
    • 0 → Taken
    • 2 → Error / Could not check
  • Use httpx for requests, colorama for colored output.
  • Optional: modules can define a CLI parser if they support custom arguments.

See CONTRIBUTING.md for examples.

📧 Contact:


Dependencies:


License

This project is licensed under the MIT License. See LICENSE for details.


Star History

Star History Chart

About

Scan a username across multiple social, developer, and creator platforms to see if it’s available. Perfect for finding a unique username for your personal profile or business across GitHub, Twitter, Reddit, Instagram, Telegram and more, all in one command.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages