Skip to content

This is a website which scrapes Flipkart product reviews and displays it in a table format

License

Notifications You must be signed in to change notification settings

rachitdani/Flipkart-Review-Scrapper

Repository files navigation

Flipkart Product Reviews Web Scraper

This repository contains the code for a web application that allows you to scrape product reviews from Flipkart by entering the product name. You can access the deployed application here.

Table of Contents

About the Project

The Flipkart Product Reviews Web Scraper is a web application that allows users to search for a product by entering its name and then scrape and display its reviews from Flipkart. This project is built using web scraping techniques and technologies such as Python, Flask, and BeautifulSoup.

Key features of this application include:

  • Basic interface: A simple interface that allows users to enter the product name and initiate the scraping process.
  • Real-time scraping: The application performs real-time web scraping on Flipkart to retrieve the latest product reviews.
  • Clean and organized presentation: Reviews are displayed in an organized and readable format for easy analysis.

Getting Started

To run this project locally or contribute to its development, follow the steps below:

Prerequisites

Before you begin, ensure you have the following prerequisites installed on your system:

  • Python 3.x
  • Flask
  • Beautiful Soup 4
  • Requests

You can install the required Python packages using pip. For example:

pip install -r requirements.txt

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/rachitdani/Flipkart-Review-Scrapper.git
  1. Change the directory to the project folder:
cd Flipkart-Review-Scrapper
  1. Run the application locally:
python app.py
  1. Open your web browser and access the application at http://localhost:5000/review.

Usage

  1. Open the web application in your web browser.

  2. Enter the name of the product for which you want to scrape reviews.

  3. Click the "Search" or "Scrape Reviews" button.

  4. The application will scrape Flipkart for reviews of the specified product and display them on the screen.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these guidelines:

  1. Fork the repository.

  2. Create a new branch for your feature or bug fix: git checkout -b feature/your-feature-name or git checkout -b bugfix/your-bug-fix.

  3. Make your changes and commit them with meaningful commit messages.

  4. Push your changes to your forked repository.

  5. Create a pull request to merge your changes into the main repository.

About

This is a website which scrapes Flipkart product reviews and displays it in a table format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published