scrapyd的安装

来源:互联网 发布:mac pro关闭打开程序 编辑:程序博客网 时间:2024/05/18 01:41

我使用的环境是Ubuntu 14.04 LTS

scrapy的环境安装和scrapy的安装在这里不再赘述


一、安装scrapyd


pip install scrapyd


二、安装 scrapyd-client


wget https://github.com/scrapy/scrapyd-client/archive/master.zip
unzip master.zip
cd scrapyd-client-master

python2.7 setup.py install


Scrapyd

Scrapyd is an application for deploying and running Scrapy spiders. It enables you to deploy (upload) your projects and control their spiders using a JSON API.

Deploying your project

Deploying your project involves eggifying it and uploading the egg to Scrapyd via the addversion.json endpoint. You can do this manually, but the easiest way is to use the scrapyd-deploy tool provided by scrapyd-client which will do it all for you.

传送门到:scrapyd 的官方文档 scrapyd没有中文 不用找了吐舌头

传送门到:Scrapy 1.0 文档中文官方(未完成,大部分仍与0.24相同,请谨慎参考)

0 0
原创粉丝点击