Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: args #66

Open
svenvarkel opened this issue May 3, 2018 · 1 comment
Open

Question: args #66

svenvarkel opened this issue May 3, 2018 · 1 comment

Comments

@svenvarkel
Copy link

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
Copy link
Owner

DormyMo commented May 9, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants