Skip to content

Latest commit

 

History

History
executable file
·
31 lines (21 loc) · 539 Bytes

README.md

File metadata and controls

executable file
·
31 lines (21 loc) · 539 Bytes

Scrap data using python

Scrap flipKart data using `beautifulsoup4` package and create json file for below fields	
- price
- productType
- title

Package for scrapping

beautifulsoup4

Install package from file

python -m pip install -r package.txt
	OR
pip install -r package.txt

Activate env

source Scripts/Activate

Deactivate env

deactivate

RUN

python test.py

Get all local packages

python -m pip freeze --local > package.txt	
	OR
pip freeze --local > package.txt