Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/henkman/twitchurl
- Owner: henkman
- License: mit
- Created: 2018-02-26T20:11:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T16:21:43.000Z (almost 7 years ago)
- Last Synced: 2024-06-20T16:47:47.587Z (7 months ago)
- Topics: twitch
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 -
```