ReviewScrapper is a web based application which is primarly used to scraps the reviews for a particualar products from Ecommerce websites and save the reviews in the csv format that can be further used for Data-Analysis. ReviewScrapper also allows user to limit the reviews based on the Data requirement and scraps the reviews from the multiple pages. :arrow_right: Live :beers:vikas-review-scrapper 🍻
-
Clone the repository by using Git Client:
git clone https://github.com/palrohitg/reviewscrapper.git
-
Make a virtual environment mandatory:
* install pip, pipenv * Python -m venv virtual_env_name * make the virtual env and activate it
-
Install the Packages:
pip install -r requirements.txt
-
Configure the mongoDB not mandatory mlab :
create Cluster, User Access and Network if need to make changes to db.
-
Run the reviewscrapper and enjoy :
python app.py
-
Finally don't forget to put Star 😎
☑️ Reduces the Customer time by 70% while spending time for checking review of the product.
☑️ Helps to Gather information how's customer feels about the specific product and provide better services from business point of view.
☑️ It can be used for offline Saler(Mobile) who want to upscale their business online. And Figuring out which product their put on their portal which increase the sales.
- 🌼 UI can more Interactive.
- 🌼 Scrap the reivews from multiple sites.
- 🌼 More features can be added.
- 🌼 Suggestion and feed-Back always welcome.
- ➡️ Live 🍻vikas-review-scrapper 🍻
- Note: Site maybe down I m working 🤞
- Side Note: As the flipkart site has different design for different kind of product the review-scrapper not able to fetch the record. we have implement the desing related to electronic items.