speedtest-cli/README.md

62 lines
1.5 KiB
Markdown
Raw Normal View History

2013-01-07 19:31:13 +01:00
# speedtest-cli
2012-09-10 21:17:53 +02:00
2013-01-07 19:31:13 +01:00
Command line interface for testing internet bandwidth using speedtest.net
## Versions
speedtest-cli works with Python 2.4-3.3
2013-01-07 19:31:13 +01:00
2013-07-31 04:39:24 +02:00
## 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
```shell
git clone https://github.com/sivel/speedtest-cli.git
python speedtest-cli/setup.py
```
### Just download (Like the way it used to be)
2013-07-31 04:39:24 +02:00
```shell
wget -O speedtest-cli https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py
2013-07-31 04:39:24 +02:00
chmod +x speedtest-cli
```
or
```shell
curl -o speedtest-cli https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py
2013-07-31 04:39:24 +02:00
chmod +x speedtest-cli
```
2013-01-25 18:12:28 +01:00
## Usage
$ speedtest-cli -h
2013-01-30 19:28:43 +01:00
usage: speedtest-cli [-h] [--share] [--simple] [--list] [--server SERVER]
2013-07-26 23:37:39 +02:00
[--mini MINI]
2013-01-25 18:12:28 +01:00
Command line interface for testing internet bandwidth using speedtest.net.
--------------------------------------------------------------------------
https://github.com/sivel/speedtest-cli
2013-07-26 23:37:39 +02:00
2013-01-25 18:12:28 +01:00
optional arguments:
2013-01-30 19:28:43 +01:00
-h, --help show this help message and exit
--share Generate and provide a URL to the speedtest.net share
results image
--simple Suppress verbose output, only show basic information
--list Display a list of speedtest.net servers sorted by distance
2013-07-26 23:37:39 +02:00
--server SERVER Specify a server ID to test against
--mini MINI URL of the Speedtest Mini server