Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.66 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.66 KB

Light Command Line Speedtest

A light command line interface for testing internet bandwidth using speedtest.net.

Very light

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.

History

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._

Versions

Tested to work with Python 2.7.

Installation

Github

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

Just download (just like the way it was)

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

Usage

$ 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