根据B站视频所做笔记  网址:https://www.bilibili.com/video/BV1Ui4y1b7P7?p=27

1.scrapy介绍

scrapy工作流程

Python**scrapy

 

 

 Python**scrapy

 

 

 Python**scrapy

 

 

 Python**scrapy

 

 

 

2.scrapy创建与运行

scrapy下载:cmd进入命令窗口,输入pip3 install scrapy

      等待下载即可完成scrapy安装

Python**scrapy

 

 

 Python**scrapy

3.scrapy-pipeline

Python**scrapy

Python**scrapy

4.scrapy-logging 

import logging

logging.warning(item)

Python**scrapy

 

 

 

5.scrapy-Request 

Python**scrapy

6.scrapy-debug 

Python**scrapyPython**scrapy

 

 

 

 

7.scrapy shell的使用

Python**scrapy

Python**scrapy

8.scrapy settings 和管道深入

Python**scrapy

 

相关文章:

  • 2021-10-15
  • 2021-12-20
  • 2022-01-05
  • 2021-11-01
  • 2021-09-16
  • 2022-02-08
  • 2022-01-27
  • 2021-06-22
猜你喜欢
  • 2021-08-04
  • 2022-01-10
  • 2021-10-18
  • 2022-12-23
  • 2021-08-11
相关资源
相似解决方案