https://github.com/rohii1515/flipkart-review-scraper
FlipKart-Review-Scraper is a powerful web scraping tool designed to extract and analyze customer reviews and ratings from Flipkart.
https://github.com/rohii1515/flipkart-review-scraper
beautifulsoup4 flask flask-application python3 requests-library-python
Last synced: 8 months ago
JSON representation
FlipKart-Review-Scraper is a powerful web scraping tool designed to extract and analyze customer reviews and ratings from Flipkart.
- Host: GitHub
- URL: https://github.com/rohii1515/flipkart-review-scraper
- Owner: Rohii1515
- Created: 2023-09-25T09:53:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-25T10:21:32.000Z (about 2 years ago)
- Last Synced: 2023-09-25T16:08:20.671Z (about 2 years ago)
- Topics: beautifulsoup4, flask, flask-application, python3, requests-library-python
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
# FlipKart Review Scraper
[](LICENSE)
[](https://github.com/Rohii1515/FlipKart-Review-Scraper/stargazers)
[](https://github.comRohii1515/FlipKart-Review-Scraper/network/members)
[](https://github.com/Rohii1515/FlipKart-Review-Scraper/issues)**FlipKart Review Scraper** is a Python web application built with Flask that allows you to scrape product reviews from Flipkart and display them to users on the web. It's a handy tool for gathering valuable insights from the vast repository of reviews on Flipkart.

## Features
- **Easy-to-Use**: A simple and user-friendly web interface for scraping reviews.
- **Customizable**: Customize the scraping parameters to target specific products or categories.
- **Real-time Updates**: Get real-time updates on the scraping process.
- **Responsive Design**: Works smoothly on both desktop and mobile devices.
- **Error Handling**: Robust error handling to ensure a smooth user experience.## Usage
1. Clone the repository:
```bash
git clone https://github.com/Rohii1515/flipkart-review-scraper.git
cd flipkart-review-scraper2. Install the dependencies:
```
pip install -r requirements.txt
```
3. Run Flask App:
```
python application.py
```