Metadata-Version: 2.4
Name: scrapscraper
Version: 2.0.0
Summary: A fun Python web scraper if you need me comment on the github page lemonsrC00l is just my alt
Home-page: https://github.com/skelliyB/scrapscraper
Author: skelliyB/lemonsrC00l
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: beautifulsoup4
Requires-Dist: colorama
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# WebScraper 

Thank you for checking out my web scraper! This tool allows you to easily scrape websites for **titles, text, links, and meta tags**, with options for depth crawling and JSON output.

---

## Features

- Scrape a single page or crawl multiple pages with a depth option
- Extract page **title**, **text**, **links**, and **meta tags**
- Save results as **JSON** or print them nicely with **pretty print**
- Optional live status reporting
- Fun banners and legal notice (can be disabled)
- CLI interface for easy usage
- im the sole developer im so tired bro 

---

## Installation

```bash
pip install git+https://github.com/skelliyB/scrapscraper


