- Step 1: pull data for the first film
- Step 2: take out URLs for characters in the film
- Step 3: fetch data from URLs in step 2
- step 4: pull out names from each of the output from step 3
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt