@@ -23,6 +23,7 @@ Perfect for finding a **unique username** across GitHub, Twitter, Reddit, Instag
2323- ✅ Fully modular: add new platform modules easily.
2424- ✅ Command-line interface ready: works directly after ` pip install ` .
2525- ✅ Can be used as username OSINT tool.
26+ - ✅ Very low and lightweight dependencies, can be run on any machine.
2627---
2728
2829### Installation
@@ -50,6 +51,8 @@ user-scanner -u <username> -m github
5051```
5152---
5253### Example Output:
54+
55+ - Note* : New modules are constantly getting added so this might have only limited, outdated output:
5356``` bash
5457 Checking username: johndoe078
5558
@@ -104,7 +107,7 @@ user_scanner/
104107├── social/ # Social platforms (Twitter/X, Reddit, Instagram, etc.)
105108├── creator/ # Creator platforms (Hashnode, Dev.to, Medium, etc.)
106109├── community/ # Community platforms (forums, niche sites)
107- ├── gaming/ # Gaming sites (chess.com, and many more(upcoming) )
110+ ├── gaming/ # Gaming sites (chess.com, roblox, monkeytype etc. )
108111```
109112
110113** Module guidelines:**
@@ -117,6 +120,9 @@ user_scanner/
117120
118121See [ CONTRIBUTING.md] ( CONTRIBUTING.md ) for examples.
119122
123+ ### 📧 Contact:
124+ 125+
120126---
121127
122128### Dependencies:
@@ -129,4 +135,17 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for examples.
129135
130136This project is licensed under the ** MIT License** . See [ LICENSE] ( LICENSE ) for details.
131137
138+
139+ <!-- -
140+ ## 🌟 Stars:
141+
142+ <a href="https://www.star-history.com/#kaifcodec/user-scanner&type=date&legend=top-left">
143+ <picture>
144+ <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=kaifcodec/user-scanner&type=date&theme=dark&legend=top-left" />
145+ <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=kaifcodec/user-scanner&type=date&legend=top-left" />
146+ <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=kaifcodec/user-scanner&type=date&legend=top-left" />
147+ </picture>
148+ </a>
149+ --->
150+ ---
132151## ⚠️ ` community/ ` and ` gaming/ ` are small, looking for contributions
0 commit comments