Skip to content

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

Notifications You must be signed in to change notification settings

apify/scrapy-migrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published