scrapy???????????????????????????(python??????)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scrapy???????????????????????????(python??????)相关的知识,希望对你有一定的参考价值。

?????????settings   init   div   start   ?????????   col   tin   pytho   mod   

???.?????????scrapy?

scrapy?????????????????????????????????,?????????????????????????????????????????????,????????????,????????????,?????????????????????????????????????????????????????????(?????????????????????,??????,?????????,????????????)???????????????????????????????????????,??????????????????,????????????????????????????????????,???????????????????????????.

???.??????

??????Linux???

      pip3 install scrapy
 
??????Windows???

      a. pip3 install wheel

      b. ??????twisted http://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted

      c. ??????????????????????????? pip3 install Twisted?17.1.0?cp35?cp35m?win_amd64.whl

      d. pip3 install pywin32

      e. pip3 install scrapy

 ???.????????????

1.????????????: scrapy startproject ????????????

????????????:

project_name/
   scrapy.cfg???
   project_name/
       __init__.py
       items.py
       pipelines.py
       settings.py
       spiders/
           __init__.py

scrapy.cfg    ????????????????????????.(????????????????????????????????????settings.py?????????)
items.py      ????????????????????????,????????????????????? ,???django???Model
pipelines     ?????????????????????
settings.py   ????????????,???:???????????????,?????????,???????????????
spider        ????????????, ???:????????????,????????????????????????

 

 ??????...

以上是关于scrapy???????????????????????????(python??????)的主要内容,如果未能解决你的问题,请参考以下文章

scrapy基础知识之 Scrapy 和 scrapy-redis的区别:

scrapy的使用

Scrapy分布式爬虫实战:Scrapy基础知识

Python爬虫 scrapy -- scrapy 日志信息和日志等级scrapy shell的使用scrapy post请求

python爬虫随笔-scrapy框架——scrapy框架的安装和结构介绍

scrapy-redis 和 scrapy 有啥区别