Passing arguments to process.crawl in Scrapy python
pass the spider arguments on the process.crawl method: process.crawl(spider, input=”inputargument”, first=”James”, last=”Bond”)
pass the spider arguments on the process.crawl method: process.crawl(spider, input=”inputargument”, first=”James”, last=”Bond”)