I want to run my spider from a script rather than a scrap crawl
scrap crawl
I found this page
http://doc.scrapy.org/en/latest/topics/practices.html
Why don't you just do this?
from scrapy import cmdline cmdline.execute("scrapy crawl myspider".split())
Put that script in the same path where you put scrapy.cfg
scrapy.cfg