A tool for extracting and comparing prices of a book from amazon, flipkart and snapdeal: CURRENTLY ONGOING
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)
pip -r requirements.txt
to instal pre-requisites & run python app.py
.