Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/carlcolglazier/frc-streamlink
- Owner: CarlColglazier
- License: isc
- Created: 2017-04-28T23:22:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-28T19:05:38.000Z (about 7 years ago)
- Last Synced: 2024-10-15T18:00:39.580Z (2 months ago)
- Language: Python
- Homepage:
- Size: 1.18 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.ORG
- License: LICENSE
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