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
所有者活动
创建于2015-01-06 15:07:16
推送于2024-06-28 14:25:11
最后一次提交2024-02-14 10:16:55
发布数8
最新版本名称v0.16.0 (发布于 )
第一版名称0.9.0 (发布于 )
用户参与
星数864
关注者数44
派生数162
提交数247
已启用问题?
问题数96
打开的问题数25
拉请求数54
打开的拉请求数7
关闭的拉请求数8
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?