A python based web crawler.
A python based web crawler for extracting all the reviews made by all the customes for a particular item.
Currently it is hard coded to fetch only all the reviews made in laptop section only and store it as MongoDB database.
Flipkart is a e-commerce website the source code was rendered with javascript so i had to use selenium web-drive to extract all data.
It will pull all the reviews of all the items listed in flipkart based on customer input.
Kindly note that it is for educational purpose only.