proxy-inspector

An Simple Tool for Validate Proxy


Keywords
python, proxy, network, validate
License
MIT
Install
pip install proxy-inspector==0.0.5

Documentation

proxy-inspector

A tool for quickly verifying the availability of proxy IP

Usage

>> from proxy_inspector import ProxyInspector
>> checker = ProxyInspector()
>> proxies = checker.validate("https://www.google.com", ["https://MY_PROXY_1", "https://MY_PROXY_2", "https://MY-PROXY-3"])
>> print(proxies)

["https://MY_PROXY_1", "https://MY_PROXY_2", "https://MY-PROXY-3"]