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.
 
 
 
jyhl 9c15ae88fd fix 4 years ago
tutorial init 4 years ago
README.md fix 4 years ago
requirements.dev.txt init 4 years ago
requirements.txt init 4 years ago
run.bat init 4 years ago
run.sh init 4 years ago
scrapy.cfg init 4 years ago
useragents.txt init 4 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