jschnurr / scrapyscript

Run a Scrapy spider programmatically from a script or a Celery task - no project required.
MIT License
121 stars 26 forks source link

Cannot pass *args and **kwargs to spiders #4

Closed jschnurr closed 6 years ago

jschnurr commented 6 years ago

New issue based on a comment from @JoeJasinski:

(As an aside, I also overrode the init() method in my spider to accept arguments, but noticed that I have to pass in the custom arguments to both MySpider and as the payload, but maybe I should open a different ticket for that?)

jschnurr commented 6 years ago

Fixed in v1.0.0.