SpiderKeeper icon indicating copy to clipboard operation
SpiderKeeper copied to clipboard

Question: args

Open svenvarkel opened this issue 7 years ago • 1 comments

First thanks for good software!

Secondly I have a question about the "Args" field in the "Run job" view. What does that do? Is there any way to pass arguments to a job like it's possible to do when run a scraper from command line, e.g scrapy crawl --set=SOMETHING=ATHING a_scraper

?

Thanks!

svenvarkel avatar May 03 '18 09:05 svenvarkel

same like pass the params from command line e.g foo=1,bar=2 equals scrapy crawl a_scraper -a foo=1 -a bar=2

DormyMo avatar May 09 '18 03:05 DormyMo