AmazonStorePrice
This module find the price from url given
Compatible with all amazon store
Link
Documentation: http://amazonstoreprice.readthedocs.org/
Bug Tracker: https://github.com/Mirio/amazonstoreprice/issues
GitHub: https://github.com/Mirio/amazonstoreprice
Requirement
Python 3.x
Python Library = [ 'requests', 'beautifulsoup4' ]
How to install
pip install amazonstoreprice
Install from source
git clone https://github.com/Mirio/amazonstoreprice.git
cd amazonstoreprice
python setup.py install
Getting Started
Example:
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
Release files for amazonstoreprice 0.1.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| amazonstoreprice-0.1.7.tar.gz | 3.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| amazonstoreprice-0.1.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.8 kB
Release files / amazonstoreprice-0.1.7.tar.gz
| Download URL | amazonstoreprice-0.1.7.tar.gz |
|---|---|
| Size | 3.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
90a22b8b78cd1d9c4c19eba965440592fb613ee615a27e3578f72fe6551d8059
|
|
BLAKE2b-256 checksum How to use checksums |
677263e1c086a8667708a2110ea1a426d021db1e3f29823952a7ce10c27cff04
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
|
Release files / amazonstoreprice-0.1.7-py3-none-any.whl
| Download URL | amazonstoreprice-0.1.7-py3-none-any.whl |
|---|---|
| Size | 4.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9f2d0ff5d7c6a0ea6dd730642ea9b929c7c3e4564534eec11974797b61a40b2d
|
|
BLAKE2b-256 checksum How to use checksums |
bbc63853fd033a31072cee0fe2cc68d58a35c9f6af6ec0f5d62a4105b48737b2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
|