https://github.com/ckaznable/yadio
Listen youtube streaming with chat in CLI.
https://github.com/ckaznable/yadio
cli rust youtube
Last synced: 5 months ago
JSON representation
Listen youtube streaming with chat in CLI.
- Host: GitHub
- URL: https://github.com/ckaznable/yadio
- Owner: ckaznable
- License: mit
- Created: 2023-05-29T08:21:16.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2026-02-04T02:48:03.000Z (6 months ago)
- Last Synced: 2026-02-04T14:21:16.433Z (6 months ago)
- Topics: cli, rust, youtube
- Language: Rust
- Homepage:
- Size: 166 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yadio
Listen youtube streaming with chat in CLI.
## Requirement
- `yt-dlp`
## Installation
### Install from Github Release
Download the last version binary depending on your configuration here: [Release Page](https://github.com/ckaznable/yadio/releases/latest)
Then you just need to enter this command in your terminal:
```shell
tar -xf yadio && sudo mv yadio /usr/local/bin
```
### Install from crates.io
If you're a Rust programmer, yadio can be installed with cargo.
```shell
cargo install yadio
```
## Building
yadio is written in Rust, so you'll need to grab a [Rust installation](https://www.rust-lang.org/) in order to compile it.
```shell
git clone https://github.com/ckaznable/yadio
cd yadio
cargo build --release
```
## Usage
```text
Usage: yadio
Arguments:
youtube url or youtube video id
Options:
--chatroom enable chatroom output
-h, --help Print help
-V, --version Print version
```
## LICENSE
[MIT](./LICENSE)