EECS 485

Lecture 17 and 18 mini-project

In this mini-project, you will be implementing a scraper of a test e-commerce website.

Setup

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

Development

Run the scraper using ``` $ python3 scraper.py ``