Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hideoo/vod
- Owner: HiDeoo
- License: mit
- Created: 2019-12-21T09:47:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T16:43:17.000Z (over 4 years ago)
- Last Synced: 2024-10-09T00:44:13.883Z (3 months ago)
- Topics: download, twitch, vod
- Language: TypeScript
- Homepage:
- Size: 76.2 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vod - Twitch VODs Downloader
# 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.