Time Scheduling - Scrapy

747 views Asked by At

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

1

There are 1 answers

0
AudioBubble On BEST ANSWER

Edit your /etc/crontab file and add this line

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