Getting Start

Badge

https://travis-ci.org/Mirio/amazonstoreprice.svg?branch=0.1 Documentation Status https://coveralls.io/repos/github/Mirio/amazonstoreprice/badge.svg?branch=0.1

Features

  • Easy to find the price without using the Amazon API
  • Easy to use
  • Python 3.x +
  • Unittest
  • Custom Errors

Installation via Pip

pip install amazonstoreprice

Installation from Source

git clone https://github.com/Mirio/amazonstoreprice.git
cd amazonstoreprice
python setup.py install

Uninstall via Pip

pip uninstall amazonstoreprice

Basic usage

Code:

from amazonstoreprice import AmazonStorePrice

url = "http://www.amazon.it/Inside-Out-Ronnie-Del-Carmen/dp/B016LMC90O/" \
  "ref=sr_1_1?ie=UTF8&qid=1455389197&sr=8-1&keywords=inside+out"
pricelib = AmazonStorePrice()
print(pricelib.getprice(url, retry_ontemp=True))

Output:

$ python example_getprice.py
15.99