ShallowRiver

scrapy

字数统计: 62阅读时长: 1 min
2019/05/13 Share

Scrapy爬虫入门

开发环境manjaro+python3

1.安装Scrapy

sudo pip install scrapy

这里更换镜像源安装会快点,在~/.pip/pip.conf中添加以下内容即可

[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host=mirrors.aliyun.com

2.Scrapy框架

CATALOG
  1. 1. Scrapy爬虫入门
    1. 1.1. 1.安装Scrapy
    2. 1.2. 2.Scrapy框架