Review Scraper
Web App Framework: Flask
Libraries Used: flask, beautiful soup, requests, pymongo
Language: Python
This simple app allows users to search for a product and retrives reviews from flipkart.com. The code for this app can be found here.
Workflow 1: Deployed on Heroku
Workfow 2: Local deployment with MongoDB
In this workflow, the search results are saved in a database (MongoDB) locally to speed up query results.