ljanyst / scrapy-do

A daemon for scheduling Scrapy spiders
https://jany.st/scrapy-do.html
BSD 3-Clause "New" or "Revised" License
65 stars 18 forks source link
daemon scrapy-framework

========= Scrapy Do

.. image:: https://api.travis-ci.org/ljanyst/scrapy-do.svg?branch=master :target: https://travis-ci.org/ljanyst/scrapy-do

.. image:: https://coveralls.io/repos/github/ljanyst/scrapy-do/badge.svg?branch=master :target: https://coveralls.io/github/ljanyst/scrapy-do?branch=master

.. image:: https://img.shields.io/pypi/v/scrapy-do.svg :target: https://pypi.python.org/pypi/scrapy-do :alt: PyPI Version

Scrapy Do is a daemon that provides a convenient way to run Scrapy <https://scrapy.org/> spiders. It can either do it once - immediately; or it can run them periodically, at specified time intervals. It's been inspired by scrapyd <https://github.com/scrapy/scrapyd> but written from scratch. It comes with a REST API, a command line client, and an interactive web interface.


Quick Start


Building from source

Both of the steps below require nodejs to be installed.


ChangeLog

Version 0.5.0

Version 0.4.0