Locally run all of the spiders in Scrapy

Why didn’t you just use something like:

scrapy list|xargs -n 1 scrapy crawl

?

Leave a Comment