# scrapyd **Repository Path**: fzls/scrapyd ## Basic Information - **Project Name**: scrapyd - **Description**: A service daemon to run Scrapy spiders - **Primary Language**: Python - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-02 - **Last Updated**: 2024-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ======= Scrapyd ======= .. image:: https://secure.travis-ci.org/scrapy/scrapyd.png?branch=master :target: http://travis-ci.org/scrapy/scrapyd .. image:: https://codecov.io/gh/scrapy/scrapyd/branch/master/graph/badge.svg :target: https://codecov.io/gh/scrapy/scrapyd Scrapyd is a service for running `Scrapy`_ spiders. It allows you to deploy your Scrapy projects and control their spiders using a HTTP JSON API. The documentation (including installation and usage) can be found at: http://scrapyd.readthedocs.org/ .. _Scrapy: https://github.com/scrapy/scrapy