This package alows the user to get selected e-commerce product's title and price as tuple according to the user's input url.
Project description
eprice-package
This package alows the user to get an e-commerce product's title and price as tuple according to the user's input url. The user shall then use the data scraped to track, compare or even real time track the prices without having to worry about scraping and cleaning the data.
List of e-commerce websites that can be requested through this package:
1.Amazon
2.Flipkart
3.Snapdeal
4.Alibaba
5.Reliance digital
Importing and using the package:
Additionaly it requires the following packages: 1.lxml 2.requests 3.beautifulsoup4
Importing and using the package:
from eprice_pkg import eprice
Title,Price=eprice.getAmazon(url)
Title,Price=eprice.getAlibaba(url)
Title,Price=eprice.getFlipkart(url)
Title,Price=eprice.getSnapdeal(url)
Title,Price=eprice.getReliancedigital(url)
NOTE: be aware of the region you request for because the functions retunrs the prices acording to the url the user searches for.
NOTE: be aware of the quantity while providing the link from alibaba.
Thanks <3
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file epricepy-0.1.tar.gz.
File metadata
- Download URL: epricepy-0.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
378601c09c384db2b762036ab4d15254dd8a8b48497dfa00539ce0368984b6be
|
|
| MD5 |
36fce88062cc140fbc044f69e5f10962
|
|
| BLAKE2b-256 |
18b9dca9259bfa88503a9c3aace1878a63d939a18030831a5361377bf180b2e2
|
File details
Details for the file epricepy-0.1-py3-none-any.whl.
File metadata
- Download URL: epricepy-0.1-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5eca150d5684d0e97905eaf16d02546761fd8bb8d10652c2a697760430de4926
|
|
| MD5 |
d9adac3a73d8e269044088e3a6114478
|
|
| BLAKE2b-256 |
93bf75892fcfbb380f7757536ea0da9248459ed8d5b5f867ef1341fb55b518de
|