user-scanner 1.0.0.4__py3-none-any.whl → 1.0.0.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- user_scanner-1.0.0.5.dist-info/METADATA +90 -0
- {user_scanner-1.0.0.4.dist-info → user_scanner-1.0.0.5.dist-info}/RECORD +5 -5
- user_scanner-1.0.0.4.dist-info/METADATA +0 -14
- {user_scanner-1.0.0.4.dist-info → user_scanner-1.0.0.5.dist-info}/WHEEL +0 -0
- {user_scanner-1.0.0.4.dist-info → user_scanner-1.0.0.5.dist-info}/entry_points.txt +0 -0
- {user_scanner-1.0.0.4.dist-info → user_scanner-1.0.0.5.dist-info}/licenses/LICENSE +0 -0
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: user-scanner
|
|
3
|
+
Version: 1.0.0.5
|
|
4
|
+
Summary: Check username availability across multiple popular platforms
|
|
5
|
+
Keywords: username,checker,availability,social,tech,python,user-scanner
|
|
6
|
+
Author-email: Kaif <kafcodec@gmail.com>
|
|
7
|
+
Requires-Python: >=3.7
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
License-File: LICENSE
|
|
10
|
+
Requires-Dist: httpx
|
|
11
|
+
Requires-Dist: colorama
|
|
12
|
+
Project-URL: Homepage, https://github.com/kaifcodec/user-scanner
|
|
13
|
+
|
|
14
|
+
# User Scanner
|
|
15
|
+
|
|
16
|
+
Scan a username across multiple social, developer, and creator platforms to see if it’s available.
|
|
17
|
+
Perfect for finding a **unique username** across GitHub, Twitter, Reddit, Instagram, and more, all in one command.
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## Features
|
|
22
|
+
|
|
23
|
+
- ✅ Check usernames across **social networks**, **developer platforms**, and **creator communities**.
|
|
24
|
+
- ✅ Clear **Available / Taken / Error** output for each platform.
|
|
25
|
+
- ✅ Fully modular: add new platform modules easily.
|
|
26
|
+
- ✅ Command-line interface ready: works directly after `pip install`.
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
## Installation
|
|
31
|
+
|
|
32
|
+
```bash
|
|
33
|
+
pip install user-scanner
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
---
|
|
37
|
+
|
|
38
|
+
## Usage
|
|
39
|
+
|
|
40
|
+
Scan a username across all platforms:
|
|
41
|
+
|
|
42
|
+
```bash
|
|
43
|
+
user-scanner -u <username>
|
|
44
|
+
```
|
|
45
|
+
Optionally, scan a specific category or single module:
|
|
46
|
+
|
|
47
|
+
```bash
|
|
48
|
+
user-scanner -u <username> -c dev
|
|
49
|
+
user-scanner -l # Lists all available modules
|
|
50
|
+
user-scanner -u <username> -m github
|
|
51
|
+
|
|
52
|
+
```
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
## Contributing
|
|
56
|
+
|
|
57
|
+
Modules are organized by category:
|
|
58
|
+
|
|
59
|
+
```
|
|
60
|
+
user_scanner/
|
|
61
|
+
├── dev/ # Developer platforms (GitHub, GitLab, etc.)
|
|
62
|
+
├── social/ # Social platforms (Twitter/X, Reddit, Instagram, etc.)
|
|
63
|
+
├── creator/ # Creator platforms (Hashnode, Dev.to, Medium, etc.)
|
|
64
|
+
├── community/ # Community platforms (forums, niche sites)
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
**Module guidelines:**
|
|
68
|
+
- Each module must define a `validate_<site>()` function that takes a `username` and returns:
|
|
69
|
+
- `1` → Available
|
|
70
|
+
- `0` → Taken
|
|
71
|
+
- `2` → Error / Could not check
|
|
72
|
+
- Use `httpx` for requests, `colorama` for colored output.
|
|
73
|
+
- Optional: modules can define a CLI parser if they support custom arguments.
|
|
74
|
+
|
|
75
|
+
See [CONTRIBUTING.md](CONTRIBUTING.md) for examples.
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
79
|
+
## Dependencies
|
|
80
|
+
- [httpx](https://pypi.org/project/httpx/)
|
|
81
|
+
- [colorama](https://pypi.org/project/colorama/)
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
85
|
+
## License
|
|
86
|
+
|
|
87
|
+
This project is licensed under the **MIT License**. See [LICENSE](LICENSE) for details.
|
|
88
|
+
|
|
89
|
+
## ⚠️ `community/` is small looking for contributions
|
|
90
|
+
|
|
@@ -26,8 +26,8 @@ user_scanner/social/snapchat.py,sha256=ZG-SIv6RopT45dudfOm5sRxmV_ihWG1Vh1Z766fm8
|
|
|
26
26
|
user_scanner/social/threads.py,sha256=QRidTYquAMDHJSg68ySpWCbliRYdWJkbOqn8RfWzFQQ,1231
|
|
27
27
|
user_scanner/social/x.py,sha256=tKQYG0UM2RQ8U_xVKSoSmb-dA7guEKoBxMC8C3O9NPc,1399
|
|
28
28
|
user_scanner/social/youtube.py,sha256=zuyWCy5FtEilaIcUZ4dTCctRR9deFnwwWJkf-h_1K0E,1943
|
|
29
|
-
user_scanner-1.0.0.
|
|
30
|
-
user_scanner-1.0.0.
|
|
31
|
-
user_scanner-1.0.0.
|
|
32
|
-
user_scanner-1.0.0.
|
|
33
|
-
user_scanner-1.0.0.
|
|
29
|
+
user_scanner-1.0.0.5.dist-info/entry_points.txt,sha256=XqU3kssYZ0vXaPy5qYUOTCu4u-48Xie7QWFpBCYc7Nc,59
|
|
30
|
+
user_scanner-1.0.0.5.dist-info/licenses/LICENSE,sha256=XH1QyQG68zo1opDIZHTHcTAbe9XMzewvTaFTukcN9vc,1061
|
|
31
|
+
user_scanner-1.0.0.5.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
32
|
+
user_scanner-1.0.0.5.dist-info/METADATA,sha256=-9YGwPma_NG46zSofVjnCQxzLO55QjHnhCAJ2T2r-Xw,2363
|
|
33
|
+
user_scanner-1.0.0.5.dist-info/RECORD,,
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: user-scanner
|
|
3
|
-
Version: 1.0.0.4
|
|
4
|
-
Summary: Check username availability across multiple popular platforms
|
|
5
|
-
Keywords: username,checker,availability,social,tech,python,user-scanner
|
|
6
|
-
Author-email: Kaif <kafcodec@gmail.com>
|
|
7
|
-
Requires-Python: >=3.7
|
|
8
|
-
Description-Content-Type: text/markdown
|
|
9
|
-
License-File: LICENSE
|
|
10
|
-
Requires-Dist: httpx
|
|
11
|
-
Requires-Dist: colorama
|
|
12
|
-
Project-URL: Homepage, https://github.com/kaifcodec/user-scanner
|
|
13
|
-
|
|
14
|
-
# user-scanner
|
|
File without changes
|
|
File without changes
|
|
File without changes
|