scrapyrt

Scrapy realtime

Github星跟踪图

==========================
Scrapyrt (Scrapy realtime)

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

.. image:: https://img.shields.io/pypi/pyversions/scrapyrt.svg
:target: https://pypi.python.org/pypi/scrapyrt

.. image:: https://img.shields.io/pypi/v/scrapyrt.svg
:target: https://pypi.python.org/pypi/scrapyrt

.. image:: https://img.shields.io/pypi/l/scrapyrt.svg
:target: https://pypi.python.org/pypi/scrapyrt

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_.

.. _create a question issue: https://github.com/scrapinghub/scrapyrt/issues/new?labels=question
.. _Scrapinghub: http://scrapinghub.com

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>

.. _bumpversion: https://pypi.python.org/pypi/bumpversion

概览

名称与所有者scrapinghub/scrapyrt
主编程语言Python
编程语言Python (语言数: 3)
平台
许可证BSD 3-Clause "New" or "Revised" License
发布数8
最新版本名称v0.16.0 (发布于 )
第一版名称0.9.0 (发布于 )
创建于2015-01-06 15:07:16
推送于2024-02-14 09:19:40
最后一次提交2024-02-14 10:16:55
星数816
关注者数43
派生数159
提交数247
已启用问题?
问题数94
打开的问题数23
拉请求数54
打开的拉请求数5
关闭的拉请求数8
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?
去到顶部