Skip to content

Python script to pull all the reviews from a specific product

Notifications You must be signed in to change notification settings

weehong/shopee-review-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Shopee Ratings Scraper Setup

Prerequisites

  • Python 3.9 or higher
  • pip (Python package installer)

Installation Steps

  1. Create and activate a virtual environment (recommended):
# Windows
python -m venv venv
.\venv\Scripts\activate

# Linux/Mac
python3 -m venv venv
source venv/bin/activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the script:
python shopee_scraper.py

Project Structure

shopee_scraper/
├── requirements.txt
├── README.md
└── shopee_scraper.py

About

Python script to pull all the reviews from a specific product

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages