Skip to content

Commit e99134d

Browse files
authored
refactor(README.md): trim the features header
1 parent 585c00f commit e99134d

1 file changed

Lines changed: 10 additions & 17 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,16 @@ Perfect for finding a **unique username** across GitHub, Twitter, Reddit, Instag
2020

2121
## Features
2222

23-
- βœ… Check an email across multiple sites to see if it’s registered.
24-
- βœ… Scan usernames across **social networks**, **developer platforms**, **creator communities**, and more.
25-
- βœ… Can be used purely as a username tool.
26-
- βœ… Smart auto-update system detects new releases on PyPI and prompts the user to upgrade interactively.
27-
- βœ… Clear `Registered` and `Not Registered` for email scanning `Available` / `Taken` / `Error` output for username scans
28-
- βœ… Robust error handling: displays the exact reason a username or email cannot be used (e.g., underscores or hyphens at the start/end).
29-
- βœ… Fully modular: easily add new platform modules.
30-
- βœ… Wildcard-based username permutations for automatic variation generation using a provided suffix.
31-
- βœ… Option to select results format (**JSON**, **CSV**, console).
32-
- βœ… Save scanning and OSINT results in the preferred format and output file (ideal for power users).
33-
- βœ… Command-line interface ready: works immediately after `pip install`.
34-
- βœ… Lightweight with minimal dependencies; runs on any machine.
35-
- βœ… **Proxy support** with round-robin rotation
36-
- βœ… **Proxy validation** to test and filter working proxies before scanning
37-
- βœ… **Bulk username scanning** from file support for checking multiple usernames at once
38-
- βœ… **Bulk email scanning** from file support for checking multiple emails at once
39-
---
23+
- βœ… Email & username OSINT: check email registrations and username availability across social, developer, creator, and other platforms
24+
- βœ… Dual-mode usage: works as an email scanner, username scanner, or username-only tool
25+
- βœ… Clear results: `Registered` / `Not Registered` for emails and `Available` / `Taken` / `Error` for usernames with precise failure reasons
26+
- βœ… Fully modular architecture for easy addition of new platform modules
27+
- βœ… Bulk scanning support for usernames and emails via input files
28+
- βœ… Wildcard-based username permutations with automatic variation generation
29+
- βœ… Multiple output formats: console, **JSON**, and **CSV**, with file export support
30+
- βœ… Proxy support with rotation and pre-scan proxy validation
31+
- βœ… Smart auto-update system with interactive upgrade prompts via PyPI
32+
- βœ… Lightweight, minimal dependencies, and ready to use immediately after `pip install`
4033

4134
## Virtual Environment (optional but recommended)
4235

0 commit comments

Comments
Β (0)