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.
jyhl
abbcc28c46
|
5 years ago | |
---|---|---|
tutorial | 5 years ago | |
README.md | 5 years ago | |
requirements.dev.txt | 5 years ago | |
requirements.txt | 5 years ago | |
run.bat | 5 years ago | |
run.sh | 5 years ago | |
scrapy.cfg | 5 years ago | |
useragents.txt | 5 years ago |
README.md
安装pip
pip install -r requirements.txt
配置 tutorial/middlewares.py
# 代理服务器 (配置上对应信息)
proxyHost = "t.16yun.cn"
proxyPort = "31111"
# 代理隧道验证信息
proxyUser = "username"
proxyPass = "password"
./run.sh