scrapy crawl myspider -a arg1=val1 -a arg2=val2
In that case, name would be "myspider" and kwargs would be:
{'arg1': 'val1', 'arg2': 'val2'}
Pablo.
> --
> You received this message because you are subscribed to the Google Groups "scrapy-users" group.
> To post to this group, send email to scrapy...@googlegroups.com.
> To unsubscribe from this group, send email to scrapy-users...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/scrapy-users?hl=en.