How to Install ProxyBroker The first step is to prepare the following dependencies 1 pkg install python-dev make clang libffi-dev The second step manually install the pycares library 1. pip install cffi==1.5.0 2. pip download pycares 3. tar xzvf pycares-2.4.0.tar.gz 4. cd pycares-2.4.0 5. python setup.py install Step three install Proxybroker 1 pip install proxybroker How to use ProxyBroker Here I will divide into several parts so as not to get confused when doing practice 1. Finding proxy 1 proxybroker find --types HTTP HTTPS - lvl high --country US-l 20 -t or -types This option is to determine the proxy type you can enter HTTP, HTTPS, SOCKS -l or -lvl This option is to choose the anonymous level you can enter Transparent, High, Elite -c or -Country This option is to select the target country, enter country code, for example SG (Singapore), ID (Indonesia), US (America), AU (Australia), etc. ...
Sharing Proxy | Linux Android | Termux