Command line interface for testing internet bandwidth using speedtest.net
Go to file
Matt Martz 6c33c1eb24 Make sure we are only sending ascii characters in POST requests to avoid urllib2 encoding errors, and add the missed post var in the POST data 2013-01-12 10:46:56 -06:00
.gitignore Initial commit 2012-09-10 12:17:53 -07:00
README.md README updates 2013-01-07 12:31:13 -06:00
speedtest-cli Make sure we are only sending ascii characters in POST requests to avoid urllib2 encoding errors, and add the missed post var in the POST data 2013-01-12 10:46:56 -06:00
speedtest-cli-3 Make sure we are only sending ascii characters in POST requests to avoid urllib2 encoding errors, and add the missed post var in the POST data 2013-01-12 10:46:56 -06:00

README.md

speedtest-cli

Command line interface for testing internet bandwidth using speedtest.net

Versions

speedtest-cli is written for use with Python 2.6-2.7

speedtest-cli-3 is written for use with Python 3