Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zytedata/zyte-api-workshop


https://github.com/zytedata/zyte-api-workshop

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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
```

3. Update your Zyte API key in `custom_settings_config.py`.

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