DormyMo / SpiderKeeper

admin ui for scrapy/open source scrapinghub
http://sk.7mdm.com:5000/
2.74k stars 508 forks source link

Question: args #66

Open svenvarkel opened 6 years ago

svenvarkel commented 6 years ago

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!

DormyMo commented 6 years ago

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