免费代理池 free-proxy-pool
从互联网上收集免费的http / https / socket代理
-
数据每天更新,无token每天100个,有token的每天1100个
-
http://47.100.12.55:8118/get
参数说明:- protocol 可选参数 http/https 例如: http://47.100.12.55:8118/get?protocol=https
- token 可选参数 例如: http://47.100.12.55:8118/get?protocol=http&token=o47Fa0mp9SRTf3eiKmqWm69BjG_8
token 的获取:关注微信公众号 高效工具库(gaoxiaogongjuku)
[mongodb]
host = localhost #mongodb 的host或者ip
port = 27017 #mongodb的端口
[webapi]
host = 0.0.0.0 # 网站的host或者ip
port = 80 # 网站的端口
[func]
freeproxyspider = True # 开启从网络上爬取免费http代理的进程
proxycheckusability = True # 开启代理有效性检查的进程
webapi = True # 启动webapi
1. pip install -r requirements.txt
2.安装mongodb
py main.py
mongodump -h 127.0.0.1 -d proxies -o mongodb
mongorestore -h 127.0.0.1 -d mongodb / proxies
mongoexport -h 127.0.0.1 -d proxies -c proxies -o proxies.json
mongoimport --db proxies --collection proxies --file proxies.json
pip freeze> requirements.txt