Metadata-Version: 2.1
Name: web-scraper-tool
Version: 0.1.0
Summary: A web scraper tool to extract data from e-commerce websites
Home-page: https://github.com/hdd5ps/web-scraper-tool
Author: hdd5ps
Author-email: hdd5ps@virginia.edu
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
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: beautifulsoup4
Requires-Dist: selenium
Requires-Dist: webdriver-manager

# Web Scraper Tool

A web scraper tool to extract data from e-commerce websites using Python, BeautifulSoup, and Selenium.

## Installation

```bash
pip install web-scraper-tool
