I've built a crawler to crawl and extract links matching a fixed regex. Now i want to schedule the task in windows task scheduler, such that it executes the crawler using command line prompt scrapy crawl crawlername. Any help would be useful?
You can create a bat file with the content:
cd path_to_scrapy_project
scrapy crawl crawlername
Then schedule this script with Windows Task Scheduler.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With