A program to check internet speed and exhaust unlimited bandwidth
speedmeter offers -u flag to exhaust unlimited bandwidth.
Available on PyPI
pip install speedmeter
To test using fast.com
speedmeter 
To test using fast.com for infinite time.
speedmeter -u
To test using different direct URL.
speedmeter -t https://somelink.com/hosting/directfile.ext
Full help is available with $ speedmeter --help
--unlimited, -utest for infinite time--test-url TEST_URL, -t TEST_URLadd different url to start testing [this url should host a direct file]--simple, -sOnly display the result, no dynamic progress bar--versionDisplay the version number and exit--count COUNT, -c COUNTnumber of urls to request from fast.com [default 3, Max 5]-h, --helpshow this help message and exit
- Use unlimited bandwidth
 - Use custom direct URL to test
 - Multi-threaded testing
 - Add more ToDos
 
- GautamKumar(me) for Something
 - It is a python port of fast-cli with some modification.