In this mini-project, you will be implementing a scraper of a test e-commerce website.
Download the starter files, and extract them.
Set up a virtual environment and install the project dependencies:
$ python3 -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt
Run the scraper using ``` $ python3 scraper.py ``