Skip to content

CorentinLimier/scrapyrt

 
 

Repository files navigation

Scrapyrt (Scrapy realtime)

image

image

image

image

HTTP server which provides API for scheduling Scrapy spiders and making requests with spiders.

Allows you to easily add HTTP API to your existing Scrapy project. All Scrapy project components (e.g. middleware, pipelines, extensions) are supported out of the box. You simply run Scrapyrt in Scrapy project directory and it starts HTTP server allowing you to schedule your spiders and get spider output in JSON format.

Documentation

Documentation is available here: http://scrapyrt.readthedocs.org/en/latest/index.html

Support

Open source support is provided here in Github. Please create a question issue (ie. issue with "question" label).

Commercial support is also available by Scrapinghub.

Development

Release

Use bumpversion tool, e.g. to release minor version do:

bumpversion minor --verbose
git push origin master
git push origin <new_version_tag>

Packages

No packages published

Languages

  • Python 98.9%
  • Other 1.1%