/pyshop

A tool for extracting and comparing prices of a book from amazon, flipkart and snapdeal made using BeautifulSoup in Python

Primary LanguagePython

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)

Usage

pip -r requirements.txt to instal pre-requisites & run python app.py.