Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/henkman/twitchurl

small package to get stream urls and util to print to console or pipe into video player
https://github.com/henkman/twitchurl

twitch

Last synced: about 2 months ago
JSON representation

small package to get stream urls and util to print to console or pipe into video player

Awesome Lists containing this project

README

        

# twitchurlextract
small package to get stream urls and util to print to console or pipe into video player

## Usage
first you need to get a twitch client id by creating a twitch application and set it as environment variable "twitchurl"

```
$ go get github.com/henkman/twitchurl/cmd/twitchurl
$ twitchurl forsen 720p | vlc --no-video-title-show -
```