https://github.com/user1121114685/speedtest_cli LsnmxNB commented Aug 19, 2021 现在已经不能使用了,找不到测速点 大佬有空更新一下吧 @ernisn Sign up for free to join this conversation on GitHub. Already have an account? Sign in to
github-actions bot added the python label Jul 24, 2024 woodruffw approved these changes Jul 24, 2024 View reviewed changes BrewTestBot added this pull request to the merge queue Jul 24, 2024 View details Merged via the queue into master with commit f6b43d3 Jul 24, 2024 16 checks pa...
curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python - 参与贡献 Fork 本仓库 新建Feat_xxx 分支 提交代码 新建Pull Request 特技 使用Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md Gitee 官方博客 blog.gitee.com 你可以 https://gitee.co...
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 Just download (Like the way it used to be) wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master...
speedtest-cli works with Python 2.4-3.4 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 python speedtest-cli/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.py chmod +x 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 Just download (Like the way it used to be) wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master...
'Python/%s' % platform.python_version(), '(KHTML, like Gecko)', 'speedtest-cli/%s' % __version__ ) user_agent = ' '.join(ua_tuple) printer('User-Agent: %s' % user_agent, debug=True) return user_agent def build_request(url, data=None, headers=None, bump='0', secu...
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...
Adds the --ca-cert option to specify the file name of the CA certificate PEM bundle to use for verifying certificates. The default behavior (ie without this option) is to use the system certificate trust store which is /etc/ssl/certs on Linux systems. Th