This project is a web scraping tool to extract product information from Shopee website. It uses Selenium to automate the process of browsing the website and extracting the data. The extracted data is saved in a CSV file.
- Python 3.7+
- Google Chrome
- Clone the repository
git clone https://github.com/johnPa02/shopee_crawler_selenium.git
cd shopee_crawler_selenium
- Install the required packages
pip install -r requirements.txt
- Run the script
python main.py --product
- Selenium
- Undetected Chromedriver
- PyAutoGUI