Skip to content

This is a web scraping project that extracts customer reviews for the iPhone 11 from Flipkart.com using Python and BeautifulSoup. The extracted data is saved in a CSV file for further analysis. Use it as a starting point for your own web scraping projects or for analyzing customer reviews of the iPhone 11.

License

Notifications You must be signed in to change notification settings

FaizanMohd5/Web-scraping-iPhone-11-Reviews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This is a web scraping project that extracts customer reviews for the iPhone 11 from Flipkart.com using Python and BeautifulSoup. The extracted data is saved in a CSV file for further analysis. Use it as a starting point for your own web scraping projects or for analyzing customer reviews of the iPhone 11.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published