Metadata-Version: 2.4
Name: webtools-cli
Version: 1.0.1
Summary: Advanced Web Intelligence & Scraping Toolkit with CLI and Web UI
Author: Abhinav Adarsh
License-Expression: MIT
Project-URL: Homepage, https://github.com/abhinavgautam08/webtools-cli
Keywords: web-scraping,osint,seo,intelligence,cli
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: flask
Requires-Dist: requests
Requires-Dist: beautifulsoup4
Requires-Dist: qrcode
Requires-Dist: opencv-python
Requires-Dist: numpy
Requires-Dist: textblob
Requires-Dist: Pillow
Requires-Dist: mtranslate
Requires-Dist: colorama
Requires-Dist: pyreadline3; platform_system == "Windows"
Provides-Extra: playwright
Requires-Dist: playwright; extra == "playwright"
Dynamic: license-file

<p align="center">
  <img src="https://raw.githubusercontent.com/abhinavgautam08/webtools-cli/main/Web_Tools.png" alt="WebTools CLI" width="180">
</p>

<h1 align="center">WebTools CLI</h1>

<p align="center">
  <strong>Advanced Web Intelligence & Scraping Toolkit</strong><br>
  <em>OSINT - SEO - AI Analysis - Security Scanner</em>
</p>

<p align="center">
  <img src="https://img.shields.io/badge/python-3.9+-blue?logo=python&logoColor=white" alt="Python">
  <img src="https://img.shields.io/badge/license-MIT-green" alt="License">
  <img src="https://img.shields.io/badge/version-1.0.1-cyan" alt="Version">
</p>

---

## Install

```bash
pip install webtools-cli
```

## Usage

```bash
# Launch CLI
webtools

# Or via Python module
python -m webtools
```

## Features

| Feature | Description |
|---------|-------------|
| **Web Mode** | Full web UI with Cloudflare tunnel + QR code sharing |
| **CLI Intelligence** | Deep scan any URL from terminal |
| **Security Scanner** | Threat detection, honeypot traps, CSRF checks |
| **SEO Analyzer** | Score, headings, broken links, image audit |
| **AI Analysis** | Sentiment, readability, keywords, summarization |
| **OSINT** | Emails, phones, locations, social media, tech stack |
| **Smart Media** | Image quality filter + video deep-scan with sniffer |
| **Proxy Intelligence** | Smart proxy rotation with learning algorithm |
| **Playwright Fallback** | Handles SPAs and auth walls automatically |
| **Performance Tracker** | Phase-by-phase timing with historical stats |

## CLI Commands

| Command | Description |
|---------|-------------|
| `/web` or `/w` | Launch Web UI mode |
| `/cli` or `/c` | Launch CLI Intelligence mode |
| `/image` or `/i` | Image Forensics & AI Detection |
| `/help` or `/h` | Show all commands |
| `/history` or `/hi` | View scan history |
| `/clear` | Purge scraped data |
| `/quit` or `/q` | Exit |

## Requirements

- Python 3.9+
- Optional: `playwright` for SPA/auth wall bypass

## Author

**Abhinav Adarsh**

## License

MIT
