I have multiple spider files in same project, each one is for different domains and using same pipelines and settings.
My basic need is to automate the scrapy project via scheduler like cron (I am using windows machine).
The scrapy project needs to run once per day. The results pipeline will save the data to Mysql.
Can anyone please suggest the appropriate way to fulfill my requirement.