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
- Host: GitHub
- URL: https://github.com/duckthom/twitchy
- Owner: DuckThom
- License: mit
- Created: 2015-12-17T14:15:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-26T21:10:39.000Z (over 9 years ago)
- Last Synced: 2025-05-21T16:50:48.655Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```