git clone https://github.com/sivel/speedtest-cli.git cd speedtest-cli python setup.py install wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py chmod +x speedtest-cl
pip install git+https://github.com/sivel/speedtest-cli.git or git clone https://github.com/sivel/speedtest-cli.git python speedtest-cli/setup.py install Just download (Like the way it used to be) wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest...
@@ -5,9 +5,9 @@ PortGroup github 1.0 PortGroup python 1.0 github.setup sivel speedtest-cli 2.1.3 v revision 2 revision 3 python.default_version 311 python.default_version 312 categories net platforms {darwin any} 0 comments on commit 0e876b8 Please sign in to comment. Footer...
pip install git+https://github.com/sivel/speedtest-cli.git or git clone https://github.com/sivel/speedtest-cli.git cd speedtest-cli python setup.py install Just download (Like the way it used to be) wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedt...
cli-speedtest is a simple CLI client written in Python for measuring bidirectional Internet bandwidth by using Speedtest.net infrastructure. It works with Python 2.4-3.4. Installing the latest cli-speedtest is nothing more than downloading the Python script. $ wget https://raw.githubusercontent.com...
language:python python: -2.7 addons: apt: sources: -deadsnakes packages: -python2.4 -python2.5 -python2.6 -pypy env: -TOXENV=py24 -TOXENV=py25 -TOXENV=py26 -TOXENV=py27 -TOXENV=py32 -TOXENV=py33 -TOXENV=py34 -TOXENV=pypy
Welcome to the speedtest-cli wiki! Python API importspeedtestservers=[]# If you want to test against a specific server# servers = [1234]threads=None# If you want to use a single threaded test# threads = 1s=speedtest.Speedtest()s.get_servers(servers)s.get_best_server()s.download(threads...
Any update on this? Would love to get the “official” Speedtest working as an option as the python version (speedtest-cli) does not report results accurately with 300Mb/s or higher. I test installed this version which is working, with accurate results on my Raspberry Pi 4 (when run as...
speedtest-cli works with Python 2.4-3.7 Installation pip / easy_install pip install speedtest-cli or easy_install speedtest-cli Github pip install git+https://github.com/sivel/speedtest-cli.git or git clone https://github.com/sivel/speedtest-cli.git cd speedtest-cli python setup.py install ...
git clone https://github.com/sivel/speedtest-cli.git python speedtest-cli/setup.py install Just download (Like the way it used to be)wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest_cli.py chmod +x speedtest-cli ...