Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 332 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 332 Bytes

pyshop (Ongoing)

Web Scraping in Python

A tool for extracting and comparing prices of a book from amazon, flipkart and snapdeal: CURRENTLY ONGOING

Pre-requisites: 1- Python version 3.6.1

2- Beautiful soup (bs4) version 4.6.1 (pip install bs4)

3- Requests library (pip install requests)

4- lxml parser (pip install lxml)