A python program to fetch reviews from flipkart.com
- Written in Python 3
- python flipkart-reviews.py filename.txt
Where filename.txt is the file containg urls to fetch the reviews from.
Probably due to change of class in the flipkart page. The classes should be updated to match the ones in Review page.
Example file provided "urls.txt"
- python flipkart-reviews.py urls.txt
Creates reviews.csv, with data fetched
To analyze the reviews and create a word map
- python analyzer.py