Skip to content

python10sep/swapi-project

Repository files navigation

  • 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

Setup

Create virtualenv

virtualenv venv

Activate virtualenv

source venv/bin/activate

Install dependencies (using virtual environment is recommended):

pip install -r requirements.txt

About

CLI tool to fetch data from swapi.dev

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages