Multithreaded bash script for get and check free proxies
- Python 3.6+
$ git clone https://github.com/ali4heydari/GetFreeProxies.git && cd GetFreeProxies/
$ chmod +x getFreeProxy.sh
$ ./getFreeProxy.sh
for output only good proxies:
$ ./getFreeProxy.sh | awk '/good/ {print $1}'
This script get's Mtproto proxies from this repo and outputs in Telegram proxy format
$ ./getMtprotoProxy.sh
proxies sorted by ping so for example to get top 5 proxies with lowest ping:
$ ./getMtprotoProxy.sh | head -n5
In order to use the proxy on desktop, the GUI generates QR codes which can be used to scan on other devices.
$ pip install -r requirements.txt
$ python gui.py