UserScan is a powerful Python-based tool that checks for username availability across multiple platforms. It helps users verify if a username exists on various websites such as Instagram, Facebook, Github, Chess.com, Dev.to, Trello, Wattpad, Etsy, and more.
β
Check username availability across multiple platforms
β
Fast and efficient scanning
β
Easy to use with a simple command-line interface
β
Expandable: Add more platforms easily
git clone https://github.com/roshu18/UserScan.git
cd UserScanpython3 -m venv venv
source venv/bin/activate # For Linux/macOS
venv\Scripts\activate # For Windowspip install -r requirements.txtpython UserScan.py <username>Example:
python UserScan.py -u roshu18 -t 1[+] Checking username 'roshu18' on Dev.to: Found β
[+] Checking username 'roshu18' on Trello: Not Found β

...
- Dev.to
- GitHub
- Trello
- Wattpad
- Etsy
... (You can add more platforms!)
Contributions are welcome! π If you want to add more platforms or improve the code, follow these steps:
- Fork the repository
- Create a new branch (
feature-branch) - Commit your changes (
git commit -m "Added new platform XYZ") - Push the branch (
git push origin feature-branch) - Create a Pull Request
This project is open-source under the MIT License.
π€ Author: Roshu18
π GitHub: roshu18