zolrath / scrapyrt

Scrapy realtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scrapyrt (Scrapy realtime)

https://travis-ci.org/scrapinghub/scrapyrt.svg?branch=master

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.

About

Scrapy realtime

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 99.5%Language:HTML 0.5%