Metadata-Version: 2.4
Name: userrecon
Version: 1.0.5
Summary: CLI-based OSINT tool for username reconnaissance
Author: CyberWithPriyanshu
Author-email: Cyberwithpriyanshu@gmail.com
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# UserRecon

UserRecon is a Python-based CLI OSINT tool to check whether a username exists across multiple online platforms.

## Features
- Check username presence across multiple platforms
- Real-time status reporting
- Error handling for timeouts and connection issues
- Clean and organized output
- Easy to extend with new platforms

## Installation

```bash
git clone https://github.com/cyberwithpriyanshu/userrecon.git
cd userrecon
pip install -r requirements.txt
