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.
 
 
 

337 B

安装pip

	pip install -r requirements.txt

配置 tutorial/middlewares.py

        # 代理服务器 (配置上对应信息)
        proxyHost = "t.16yun.cn" 
        proxyPort = "31111"

        # 代理隧道验证信息
        proxyUser = "username"
        proxyPass = "password"

运行

	./run.sh