- Python 3.9 or higher
- pip (Python package installer)
- 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
- Install dependencies:
pip install -r requirements.txt
- Run the script:
python shopee_scraper.py
shopee_scraper/
├── requirements.txt
├── README.md
└── shopee_scraper.py