Mugunth007 / FlipkartReviewScrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlipkartReviewScrapper

FlipkartReviewScrapper is a web application for scraping reviews from the Flipkart e-commerce platform. The application allows users to input a product name and the desired number of reviews to be scraped, and displays the collected data on the screen.

Built With

  • Python
  • Flask
  • Selenium
  • HTML, CSS, and JavaScript
  • Git
  • Heroku
  • ChromeDriver

Getting Started

To get a local copy up and running, follow these steps:

  1. Clone the repository: git clone https://github.com/Mugunth007/FlipkartReviewScrapper.git

Copy

  1. Install the required Python libraries:

pip install -r requirements.txt

  1. Download and install ChromeDriver from the following link:

    https://chromedriver.chromium.org/downloads

    Make sure to select the version that matches the version of your Chrome browser.

  2. Run the web application:

python app.py

  1. Navigate to http://localhost:5000 in your web browser to use the application.

Usage

  1. Enter the name of the product you want to scrape reviews for in the "Product Name" field.
  2. Enter the number of reviews you want to scrape in the "Number of Reviews" field.
  3. Click the "Scrape Reviews" button to initiate the scraping process.
  4. Wait for the application to scrape the reviews and display the results on the screen.
  5. To scrape reviews for another product, click the "Reset" button and repeat the above steps.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: https://github.com/your-username/FlipkartReviewScrapper

Please feel free to contact us if you have any questions or feedback.

About


Languages

Language:Python 87.8%Language:HTML 10.2%Language:CSS 2.0%Language:Procfile 0.0%