Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 1.22 KB

README.md

File metadata and controls

45 lines (24 loc) · 1.22 KB

Web Scraping iPhone 11 Reviews on Flipkart

This is a repository for a web scraping project that extracts iPhone 11 reviews from Flipkart, a popular e-commerce website in India. The project uses Python and popular web scraping libraries such as Requests, Beautiful Soup, and Pandas to extract and store the reviews in a CSV file.

Table of Contents

Getting Started

Prerequisites

Installation

Usage

License

Getting Started

The following instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Before you begin, make sure you have the following installed on your machine:

Python 3

pip

git (optional)

Installation

To install this project, follow these steps:

Clone the repository to your local machine using git or download the ZIP file and extract its contents.

Navigate to the project directory in your terminal or command prompt.

Install the required Python libraries using pip: pip install -r requirements.txt.

Usage

To use this project, run the Jupyter Notebook file web_scraping_flipkart.ipynb and follow the instructions in the comments.

License

This project is licensed under the MIT License - see the LICENSE file for details.