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.
Getting Started
Prerequisites
Installation
Usage
License
The following instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Before you begin, make sure you have the following installed on your machine:
Python 3
pip
git (optional)
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.
To use this project, run the Jupyter Notebook file web_scraping_flipkart.ipynb and follow the instructions in the comments.
This project is licensed under the MIT License - see the LICENSE file for details.