Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faizanmohd5/web-scraping-iphone-11-reviews
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.
https://github.com/faizanmohd5/web-scraping-iphone-11-reviews
beautifulsoup csv data-visualization dataanalysis dataextraction datainsights datamining datapreprocessing ecommerce-website ipython-notebook jupyter-notebook python reviews reviewscrapper webscraping
Last synced: 11 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/faizanmohd5/web-scraping-iphone-11-reviews
- Owner: FaizanMohd5
- License: mit
- Created: 2023-04-14T04:52:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-06T11:27:31.000Z (11 months ago)
- Last Synced: 2024-11-13T00:43:34.059Z (2 months ago)
- Topics: beautifulsoup, csv, data-visualization, dataanalysis, dataextraction, datainsights, datamining, datapreprocessing, ecommerce-website, ipython-notebook, jupyter-notebook, python, reviews, reviewscrapper, webscraping
- Language: Jupyter Notebook
- Homepage:
- Size: 362 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 StartedPrerequisites
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.