Back

Shopee Discount Filter Webscraping

author-image

By Amir

Published on Dec 7, 2020

Description

Find the best offer of your desired product on Shopee website (Malaysia only).

Technologies

Setup

1- Don’t forget to download chromedriver if you haven’t already (and put the chromedriver on PATH, or in the same directory as these files). To download: http://chromedriver.chromium.org/downloads

2- Open terminal and cd to the folder of the files

3- Then on the terminal:

python -m venv venv
venv\Scripts\activate
pip install requirements.txt
python shopeeDiscount.py

Changeable option