proxySpeedTest icon indicating copy to clipboard operation
proxySpeedTest copied to clipboard

Batch proxy server downloading speed test.

preview

Install

Termux

pkg install -y git python
git clone https://github.com/biplobsd/proxySpeedTest.git
cd proxySpeedTest/
pip install -r requirements.txt
python proxySpeedTest.py

Ubuntu

sudo apt update && sudo apt install python3
git clone https://github.com/biplobsd/proxySpeedTest.git
cd proxySpeedTest
pip3 install -r requirements.txt
python3 proxySpeedTest.py

Setup

Your proxy server (ip:port) list save in the proxys.txt By this sequence:
ip:port
ip2:port2
ip3:port3