-3

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

Anandhakumar R
  • 371
  • 1
  • 3
  • 17

1 Answers1

1

Edit your /etc/crontab file and add this line

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