ProxyPool-crawler
ProxyPool-crawler copied to clipboard
爬虫获取IP代理网站的有效IP代理地址。建立IP代理池,存在mysql数据库中,提供日常爬虫的IP代理。
Results
1
ProxyPool-crawler issues
Sort by
recently updated
recently updated
newest added
在执行models/proxypool.py 发生了模块错误问题 [root@localhost models]# python3 proxypool.py Traceback (most recent call last): File "proxypool.py", line 4, in from models.models import ProxyPool File "/root/ProxyPool-crawler-master/models/models.py", line 9, in from conf import setting ImportError:...