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

https://github.com/duckthom/twitchy

Play a twitch stream in VLC / Quicktime
https://github.com/duckthom/twitchy

Last synced: 11 months ago
JSON representation

Play a twitch stream in VLC / Quicktime

Awesome Lists containing this project

README

          

# # Twitchy

## Installation:
1. Clone this repository
2. Run `git submodule init; git submodule update`
3. Make sure the following python modules are installed `requests`, `json`, `re` `argparse`, `random` and `m3u8`. If one or more are missing, they can be installed using `python-pip` (`sudo pip install `)

## Usage:
```
./twitchy [-h] [-na] [-nv] [-v] [-s] channel_name

positional arguments:
channel_name Name of the twitch channel

optional arguments:
-h, --help Show this help message and exit
-na, --no-audio Disable audio (default: enabled)
-nv, --no-video Disable video (default: enabled)
-v, --verbose Show more output (default: disabled)
-s, --screen Start the stream in a screen session (default: disabled)
```