Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carlcolglazier/frc-streamlink

Command line tool for opening FIRST Robotics Competition streams.
https://github.com/carlcolglazier/frc-streamlink

Last synced: about 1 month ago
JSON representation

Command line tool for opening FIRST Robotics Competition streams.

Awesome Lists containing this project

README

        

#+TITLE: FRC➡️Streamlink
#+AUTHOR: Carl Colglazier
#+DATE: <2017-04-28 Fri>

When watching live streams of [[https://www.firstinspires.org/robotics/frc][FIRST Robotics Competition]] events, I
often use [[https://streamlink.github.io/][Streamlink]] to pipe the video into my media player of choice.
I wanted a way to open the streams quickly without ever having to
manually find the link to the stream.

[[./demo.gif]]

** Installation

Install the prerequisite libraries listed in =requirements.txt=:

#+BEGIN_SRC sh
pip install -r requirements.txt
#+END_SRC