Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zytedata/zyte-api-workshop
https://github.com/zytedata/zyte-api-workshop
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zytedata/zyte-api-workshop
- Owner: zytedata
- Created: 2022-11-08T06:52:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T20:55:55.000Z (8 months ago)
- Last Synced: 2024-05-04T20:12:07.718Z (8 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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!