Flipkart python book search API
Project description
##########Flipkart API############
Steps to install
If you use pip you can install by
sudo pip install Flipkart
or
1.install setup tools first if not installed
read more at
https://pypi.python.org/pypi/setuptools#installation-instructions
2.extract this setup
and run
python setup.py build #to do the building
and
sudo python setup.py install #to install
Example Program:
from fk.Flipkart import Flipkart
from fk.Flipkart import Item
f = Flipkart()
items = f.search("data structure")
#or items = f.search("data structure",2) # where 2 is page number
for item in items:
print item.image
print item.title
print item.product_subtitle
print item.product_fsp
print item.product_mrp
Steps to install
If you use pip you can install by
sudo pip install Flipkart
or
1.install setup tools first if not installed
read more at
https://pypi.python.org/pypi/setuptools#installation-instructions
2.extract this setup
and run
python setup.py build #to do the building
and
sudo python setup.py install #to install
Example Program:
from fk.Flipkart import Flipkart
from fk.Flipkart import Item
f = Flipkart()
items = f.search("data structure")
#or items = f.search("data structure",2) # where 2 is page number
for item in items:
print item.image
print item.title
print item.product_subtitle
print item.product_fsp
print item.product_mrp
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
Flipkart-1.0.tar.gz
(2.4 kB
view details)
File details
Details for the file Flipkart-1.0.tar.gz
.
File metadata
- Download URL: Flipkart-1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 853ae61d8e944f9b30b471f207154e5778cc46551b0283b6ab00d7c4d0575378 |
|
MD5 | 44e599b2981026b7c1793afa8a01446d |
|
BLAKE2b-256 | 29bf8c3e4fffd6aa0ab78c42eb154a7b74ae419becfac03da781e834a5c89b17 |