Skip to content

A python module that will allow users to get product prices information from a multitude of different websites.

License

Notifications You must be signed in to change notification settings

mehtaarn000/PriceHero

Repository files navigation

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
travelpack = ph.acer("https://store.acer.com/en-us/porsche-design-acer-travelpack-rs-aak010")
print(travelpack)

Yur output should be something like this:

{'name': 'Porsche Design Acer Travelpack RS - AAK010', 'price': '$329.99'}

Supported Websites

Total of 28!

  • Acer
  • Adafruit
  • Adidas
  • Amazon
  • Ann Taylor
  • BestBuy
  • Boohoo
  • Chess.com Shop
  • Dell
  • Etsy
  • Github Shop
  • Gucci
  • Joanns
  • Journeys
  • Jumia
  • Konga
  • Lids
  • Louis Vuitton
  • Michaels
  • Minecraft Shop
  • Newegg
  • Overstock
  • Pishop
  • Tjmaxx
  • Walgreens
  • Walmart
  • White House Black Market
  • Xbox

About

A python module that will allow users to get product prices information from a multitude of different websites.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages