Scrapes shopee.com products per category and saves it to a Postgres database
- Python 3
- Google Chrome
- Selenium Chrome Driver compatible with installed Google Chrome version. Download here
- Python 3
- Selenium
- Multiprocessing
- Docker
- PostgreSQL
python3 -m venv venv
pip install -r requirements.txt
cp .env.example .env
python main.py
docker-compose up -d
python main.py