Metadata-Version: 2.1
Name: PriceHero-mehtaarn000
Version: 0.5.5
Summary: A python module that will allow users to get product prices information from a multitude of different websites. 
Home-page: https://github.com/mehtaarn000/PriceHero
Author: mehtaarn000
License: UNKNOWN
Platform: UNKNOWN
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

# PriceHero
A python module that will allow users to get product prices information from a multitude of different websites. Perfect for building price trackers.

## Installation
`pip install PriceHero-mehtaarn000`

## Example
Import the module with:

`import PriceHero as ph`

Now, scrape a product off Acer with:

`laptop = ph.acer("https://store.acer.com/en-us/aspire-5-laptop-a515-56-55j8")`

`print(laptop)`, your output should be something like this:

`{'price': '$649.99', 'name': 'Aspire 5 Laptop - A515-56-55J8', 'discountprice': None}`

## Supported Websites
Total of 29!
- Acer
- Adafruit
- Adidas
- Amazon
- Ann Taylor
- BestBuy
- Boohoo
- Chess.com Shop
- Dell
- Etsy
- Forever21
- Github Shop
- Gucci
- Joanns
- Journeys
- Jumia
- Lids
- Louis Vuitton
- Macys
- Michaels
- Minecraft Shop
- Newegg
- Overstock
- Pishop
- Tjmaxx
- Walgreens
- Walmart
- White House Black Market
- Xbox


