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.
		
		
		
		
		
			|  | 6 years ago | |
|---|---|---|
| tutorial | 6 years ago | |
| README.md | 6 years ago | |
| requirements.dev.txt | 6 years ago | |
| requirements.txt | 6 years ago | |
| run.bat | 6 years ago | |
| run.sh | 6 years ago | |
| scrapy.cfg | 6 years ago | |
| useragents.txt | 6 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