webtools-cli 1.1.9__tar.gz → 1.2.1__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: webtools-cli
3
- Version: 1.1.9
3
+ Version: 1.2.1
4
4
  Summary: Advanced Web Intelligence & Scraping Toolkit with CLI and Web UI
5
5
  Author: Abhinav Adarsh
6
6
  License-Expression: MIT
@@ -52,6 +52,7 @@ WebTools CLI is an advanced web intelligence suite for researchers, OSINT enthus
52
52
 
53
53
  - **🎯 Stealth & Speed**: Smart proxy rotation and Turbo-Fetch logic for evasion and performance.
54
54
  - **🧠 AI-Powered**: Automated content summarization, sentiment analysis, and readability scoring.
55
+ - **☁️ Cloud-Native**: Integrated Mega.nz storage for seamless media backups and file management.
55
56
  - **🔧 Security-Centric**: Built-in honeypot detection, threat leveling, and image forensic analysis.
56
57
  - **💻 Terminal-First**: Designed for power users who live in the command line.
57
58
  - **🛡️ Cross-Platform**: Works seamlessly on Windows, Linux, and macOS (with auto-download for Windows tunnels).
@@ -84,6 +85,8 @@ pip install webtools-cli --upgrade
84
85
  ### Advanced Scraping & Stealth
85
86
  - **Smart Proxy Rotation**: Automatically rotates User-Agents and Proxies to evade detection.
86
87
  - **Turbo-Fetch**: Parallel chunk downloads for large media (Videos/Images).
88
+ - **Mega Cloud Drive**: Native integration with Mega.nz for multi-account storage and file management.
89
+ - **One-Click Save**: Instantly save scraped images and videos directly to your cloud storage.
87
90
  - **Deep Crawl**: Recursive link mapping up to 3 levels deep.
88
91
  - **Headless Fallback**: Integrated Playwright support for auth-walled or SPA environments.
89
92
 
@@ -16,6 +16,7 @@ WebTools CLI is an advanced web intelligence suite for researchers, OSINT enthus
16
16
 
17
17
  - **🎯 Stealth & Speed**: Smart proxy rotation and Turbo-Fetch logic for evasion and performance.
18
18
  - **🧠 AI-Powered**: Automated content summarization, sentiment analysis, and readability scoring.
19
+ - **☁️ Cloud-Native**: Integrated Mega.nz storage for seamless media backups and file management.
19
20
  - **🔧 Security-Centric**: Built-in honeypot detection, threat leveling, and image forensic analysis.
20
21
  - **💻 Terminal-First**: Designed for power users who live in the command line.
21
22
  - **🛡️ Cross-Platform**: Works seamlessly on Windows, Linux, and macOS (with auto-download for Windows tunnels).
@@ -48,6 +49,8 @@ pip install webtools-cli --upgrade
48
49
  ### Advanced Scraping & Stealth
49
50
  - **Smart Proxy Rotation**: Automatically rotates User-Agents and Proxies to evade detection.
50
51
  - **Turbo-Fetch**: Parallel chunk downloads for large media (Videos/Images).
52
+ - **Mega Cloud Drive**: Native integration with Mega.nz for multi-account storage and file management.
53
+ - **One-Click Save**: Instantly save scraped images and videos directly to your cloud storage.
51
54
  - **Deep Crawl**: Recursive link mapping up to 3 levels deep.
52
55
  - **Headless Fallback**: Integrated Playwright support for auth-walled or SPA environments.
53
56
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "webtools-cli"
7
- version = "1.1.9"
7
+ version = "1.2.1"
8
8
  description = "Advanced Web Intelligence & Scraping Toolkit with CLI and Web UI"
9
9
  readme = "README.md"
10
10
  license = "MIT"