ProxyPool icon indicating copy to clipboard operation
ProxyPool copied to clipboard

An Efficient ProxyPool with Getter, Tester and Server

Results 48 ProxyPool issues
Sort by recently updated
recently updated
newest added

请教:很多应用需要分别填写代理服务器ip和端口,获取的代理服务器是合在一起的,怎么分开填写呢?

很奇怪,采集的代理很多不能连接google.com,是不是验证的方法有问题? 我已经把setting.py中的验证网址修改为google了: TEST_URL = env.str('TEST_URL', 'http://www.google.com')

**Describe the bug** A clear and concise description of what the bug is. ``` Collecting meinheld=1.0.0 Downloading http://pypi.doubanio.com/packages/a6/41/f11e4dbfe35f251b1fe10cee5b186a4ac29de3e03fede010db40313d829e/meinheld-1.0.2.tar.gz (83 kB) ---------------------------------------- 83.1/83.1 kB ? eta 0:00:00 Preparing metadata (setup.py) ......

bug

分数机制过高且无法自行设置,导致获取到的代理几乎不可用

bug

其实跟此问题有点类似 https://github.com/Python3WebSpider/ProxyPool/issues/158 我设置了环境变量APP_ENV=prod以及ENABLE_LOG_FILE=false,依然有大量日志

bug

**Describe the bug** run.py运行了一个小时,我查了一下runtime.log, 同一个ip有多个重复。强制终止后访问无法访问ipPool。

bug

**Describe the bug** run.py运行了一个小时,我查了一下runtime.log, 同一个ip有多个重复。强制终止后访问无法访问ipPool。

bug

HI想問一下, 透過run.py 啟動後, 用以下python code好像沒辦法成功拿到IP, 請問要怎麼透過python函式拿代理IP呢?謝謝 * python code ```python >>> import requests >>> proxypool_url = 'http://127.0.0.1:5555/random' >>> def get_random_proxy(): ... """ ... get random proxy from proxypool ... :return:...

bug