Metadata-Version: 2.4
Name: osint-android-email
Version: 1.0.1
Summary: Check email registration across hundreds of Android app APIs.
License: MIT License
        
        Copyright (c) 2026 YannKdev
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx[http2]>=0.27.0
Requires-Dist: rich>=13.0.0
Dynamic: license-file

# Android Email OSINT Client

Check if an email address is registered across +280 Android app APIs.

![osint-android-email screenshot](assets/screenshot.png)

## Installation

Requires Python 3.10+.

```bash
pip install osint-android-email
```

## Usage

```bash
osint-android-email <email>
```

| Option | Description |
| --- | --- |
| `--verbose` / `-v` | Show all results live (found + not found + errors) |
| `--output FILE` / `-o` | Export results to a file (`.json` or `.txt`) |
| `--json` | Print results as JSON to stdout (no display) |

## Output

Results are saved as JSON with three sections:

- **found** — email is registered on the app
- **not_found** — email is not registered
- **unavailable** — endpoint did not respond or returned an error

Each found entry includes the app name, genre, Play Store URL, and the detail that confirmed the match (e.g. `account: MSAccount`, `errorCode: 4005`). Generic HTTP responses are omitted.

## ⚠️ Disclaimer

This tool is provided for **educational purposes and authorized security research only**.

- **User responsibility** — Users are solely responsible for ensuring their usage complies with all applicable laws and the Terms of Service of any queried platform.
- **Methodology** — The tool interacts only with publicly accessible, unauthenticated API endpoints. It does not bypass authentication, circumvent security controls, or access private user data.
- **No profiling** — Checks are limited to binary email registration lookups. No personal data is collected, stored, aggregated, or analyzed.

## License

This project is licensed under the MIT License. See [LICENSE](LICENSE) for details.

Endpoints sourced from [YannKdev/Email_Android_Module](https://github.com/YannKdev/Email_Android_Module).
