Time Scheduling - Scrapy

755 Views Asked by At

In Scarpy is there any way to schedule our spider to run on some time?

1

There are 1 best solutions below

0
On BEST ANSWER

Edit your /etc/crontab file and add this line

00     *     *   *    *        cd /path/to/scrapy/poject;scrapy crawl spider-name