Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hideoo/vod

Twitch VODs downloader
https://github.com/hideoo/vod

download twitch vod

Last synced: 23 days ago
JSON representation

Twitch VODs downloader

Awesome Lists containing this project

README

        


vod - Twitch VODs Downloader


Integration Status
License




vod

# Requirements

- [Streamlink](https://streamlink.github.io/)

# Installation

Install the application:

```sh
$ yarn global add https://github.com/HiDeoo/vod
```

Create a configuration file located at `~/.vodrc` by modifying the following example:

```yaml
twitch_client_id: myTwitchClientId
twitch_client_secret: myTwitchClientSecret
download_path: /path/to/download/folder
```

## Usage

```sh
$ vod
```

## License

Licensed under the MIT License, Copyright © HiDeoo.

See [LICENSE](https://github.com/HiDeoo/vod/blob/master/LICENSE) for more information.