A light command line interface for testing internet bandwidth using speedtest.net.
Written for python-mini with minimal dependency requirements. What's python-mini? Which means it will also run perfectly fine with your regular and diet versions of python.
This project is a fork of sivel/speedtest-cli. It was created because I needed a script to run on my TP-LINK TR741N router. The original speedtest-cli has too many dependencies, and the router does not have that much space._
Tested to work with Python 2.7.
pip install git+https://github.com/Delta-Sigma/speedtest-cli-light.git
or
git clone https://github.com/Delta-Sigma/speedtest-cli-light.git
python speedtest-cli/setup.py
wget -O speedtest-cli https://github.com/Delta-Sigma/speedtest-cli-light/raw/master/speedtest_cli.py
chmod +x speedtest-cli
or
curl -o speedtest-cli https://github.com/Delta-Sigma/speedtest-cli-light/raw/master/speedtest_cli.py
chmod +x speedtest-cli
$ speedtest-cli -h
usage: speedtest-cli [-h] [--simple] [--list] [--server SERVER]
[--mini MINI]
Command line interface for testing internet bandwidth using speedtest.net.
--------------------------------------------------------------------------
https://github.com/Delta-Sigma/speedtest-cli-light
optional arguments:
-h, --help show this help message and exit
-q, --quiet Suppress verbose output, only show basic information