Metadata-Version: 2.4
Name: super-gm-scraper
Version: 1.0.0
Summary: A highly powerful web scraper to extract complete text, images, structure, and metadata from any website.
Home-page: https://github.com/yourusername/super-gm-scraper
Author: Aapka Naam
Author-email: yourmail@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: beautifulsoup4
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Super GM Scraper 🚀

A highly professional and powerful Python library to extract structured data (complete text, raw HTML skeleton, and images) from any website.

## Features
* 🔍 **Full Skeleton Extraction:** Fetch beautified raw HTML structure.
* 📝 **Clean Text Extractor:** Strip styles/scripts and get clean text.
* 📷 **Image Link Harvester:** Extract absolute image links automatically.
* 💾 **Bulk Image Downloader:** Download all images directly to a local directory.
* 🛡️ **Anti-Bot Bypass:** Uses professional browser headers to reduce blocks.

---
### Created with Pride: Results from Super GM Scraper
---

## Installation

You can install this package locally or from PyPI:

```bash
pip install super-gm-scraper
