python scrapy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
337 B

4 years ago
## 安装pip
```
pip install -r requirements.txt
```
## 配置 tutorial/middlewares.py
```
# 代理服务器 (配置上对应信息)
proxyHost = "t.16yun.cn"
proxyPort = "31111"
# 代理隧道验证信息
proxyUser = "username"
proxyPass = "password"
```
4 years ago
## 运行
4 years ago
```
./run.sh
```