proxy-checker-python icon indicating copy to clipboard operation
proxy-checker-python copied to clipboard

Proxy checker in Python

Results 6 proxy-checker-python issues
Sort by recently updated
recently updated
newest added

Using python 3.9.7 64bit for windows 10 ```python C:\Users\me>pip install proxy_checker Collecting proxy_checker Using cached proxy_checker-0.6-py3-none-any.whl (4.6 kB) Collecting pycurl Using cached pycurl-7.44.1.tar.gz (227 kB) Preparing metadata (setup.py) ... error...

Hi, I tried your module and when I checked the code I decided to update it becaue for example, you had 2 judges and one is down, so your module...

It seems that there is no distinction between http and https at the moment.

enhancement

Previous list was outdated, e.g. proxyjudge.us is not available anymore, and therefore added some new URLs. I have tested the updated list without problems.

File "/Users/rhf/workspace/seatower_analytics/seatower_analytics/tiktok/admin.py", line 20, in from . import models, tasks File "/Users/rhf/workspace/seatower_analytics/seatower_analytics/tiktok/tasks.py", line 14, in from proxy_checker import ProxyChecker File "/Users/rhf/workspace/seatower_analytics/.venv/lib/python3.8/site-packages/proxy_checker/__init__.py", line 1, in from .proxy_checker import ProxyChecker File "/Users/rhf/workspace/seatower_analytics/.venv/lib/python3.8/site-packages/proxy_checker/proxy_checker.py",...

Great tool, thank you! Recently, I've often been getting a timeout from https://api.ipify.org/ -- the proxy-checker incorrectly reports the anonymity as Transparent when that is the case. From the send_query...

bug