Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 406 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 406 Bytes

zyte-api-workshop

How to use this workshop kit

  1. Download this repo or use git clone https://github.com/zytedata/zyte-api-workshop.git in the terminal.

  2. Open the repo in VSCode and type following commands

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
  1. Update your Zyte API key in custom_settings_config.py.

  2. And you're good to go! Happy scraping!