Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 360 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 360 Bytes

scrapy-migrator

A standalone POC script for wrapping Scrapy projects with Apify middleware.

Usage

npm i

## This runs the migration on the example project (./tutorial)
node ./src/index.js

cd tutorial
## This runs the example project wrapped in Apify middleware
pip install -r requirements.txt -r requirements_apify.txt
python -m tutorial