Skip to content

Commit

Permalink
add speedtest-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud committed Jan 27, 2019
1 parent b83a714 commit e130aa5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion BY_PLATFORM.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ segmentation by distribution (i.e., Docker, etc.)
1. <a href="#tag-desktop.linux">Linux</a> *(142)*
1. <a href="#tag-desktop.windows">Windows</a> *(91)*
1. <a href="#tag-desktop.mac">Mac</a> *(89)*
1. <a href="#tag-console">Console</a> *(5)*
1. <a href="#tag-console">Console</a> *(6)*
1. <a href="#tag-mobile">Mobile</a> *(0)*
1. <a href="#tag-browser">Browser</a> *(0)*
1. <a href="#tag-server">Server</a> *(71)*
Expand Down Expand Up @@ -381,6 +381,7 @@ segmentation by distribution (i.e., Docker, etc.)
1. **howdoi** - ([Repo](https://github.com/gleitz/howdoi), [PyPI](https://pypi.org/project/howdoi/)) Instant coding answers from StackOverflow on your command line. `(dev)`
1. **Magic Wormhole** - ([Repo](https://github.com/warner/magic-wormhole), [PyPI](https://pypi.org/project/magic-wormhole/), [Docs](https://magic-wormhole.readthedocs.io/en/latest/)) Security- and speed-focused file transfer tool with support for files, text, and directories. `(communication, linux, mac)`
1. **OCRopus** - ([Repo](https://github.com/tmbdev/ocropy), [WP](https://en.wikipedia.org/wiki/OCRopus)) Document analysis and optical character recognition (OCR) system. `(graphics, linux, mac)`
1. **speedtest-cli** - ([Repo](https://github.com/sivel/speedtest-cli)) Command-line interface for testing Internet bandwidth using [speedtest.net](https://speedtest.net). `(internet)`

## <a id="tag-server" href="#tag-server">Server</a>

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ are a gold mine of practical patterns that we know work together. A
production application is worth a thousand blog posts and Stack
Overflow answers.

This document is an always-growing list of **220**
This document is an always-growing list of **221**
open-source Python applications arranged by topic, with links to
repositories, docs, and more. If you have one to add or find some
information missing, [please let us
Expand All @@ -30,7 +30,7 @@ thereof), see Architectures. -->

**Contents**

1. <a href="#tag-internet">Internet</a> *(16)*
1. <a href="#tag-internet">Internet</a> *(17)*
1. <a href="#tag-audio">Audio</a> *(11)*
1. <a href="#tag-video">Video</a> *(5)*
1. <a href="#tag-graphics">Graphics</a> *(9)*
Expand Down Expand Up @@ -72,6 +72,7 @@ thereof), see Architectures. -->
1. **Reddit** - ([Repo](https://github.com/reddit-archive/reddit), [Home](http://reddit.com/)) Social news forum with voting, commenting, karma, and more. (Archival repo from 2017.) `(server)`
1. **SABnzbd** - ([Repo](https://github.com/sabnzbd/sabnzbd), [Home](https://sabnzbd.org), [Docs](https://sabnzbd.org/wiki/)) Simple, cross-platform newsreader for downloading from Usenet. Supports many integrations and 16 languages. `(linux, windows, mac, server)`
1. **Searx** - ([Repo](https://github.com/asciimoo/searx), [Docs](https://asciimoo.github.io/searx/)) Self-hosted metasearch engine, aggregating results from more than 70 services while avoiding tracking and profiling. `(security, server, flask)`
1. **speedtest-cli** - ([Repo](https://github.com/sivel/speedtest-cli)) Command-line interface for testing Internet bandwidth using [speedtest.net](https://speedtest.net). `(console)`
1. **streamlink** - ([Repo](https://github.com/streamlink/streamlink), [Home](https://streamlink.github.io/), [PyPI](https://pypi.org/project/streamlink/)) Command-line utility that extracts streams from various services and pipes them into a video player of choice. `(linux, windows, mac)`
1. **Tribler** - ([Repo](https://github.com/Tribler/tribler), [Home](http://www.tribler.org/), [WP](https://en.wikipedia.org/wiki/Tribler)) Privacy enhanced BitTorrent client with P2P content discovery. `(linux, windows, mac, qt5)`
1. **You-Get** - ([Repo](https://github.com/soimort/you-get), [Home](https://you-get.org/)) Command-line program to browserlessly scrape and stream video, audio, and images from web sites. `(linux, windows, mac)`
Expand Down
4 changes: 4 additions & 0 deletions projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,10 @@ projects:
docs_url: https://asciimoo.github.io/searx/
desc: Self-hosted metasearch engine, aggregating results from more than 70 services while avoiding tracking and profiling.
tags: ["internet", "security", "flask", "server"]
- name: speedtest-cli
repo_url: https://github.com/sivel/speedtest-cli
desc: Command-line interface for testing Internet bandwidth using [speedtest.net](https://speedtest.net).
tags: ["internet", "console"]

## Education

Expand Down

0 comments on commit e130aa5

Please sign in to comment.