#youtube #streaming #chat #listen #cli #command

app yadio

使用CLI在YouTube流媒体中聊天

1 个不稳定版本

0.1.0 2023年7月14日

#17 in #listen

MIT 许可证

21KB
258 代码行

Yadio

使用CLI在YouTube流媒体中聊天。

需求

  • yt-dlp

安装

从Github发布版安装

根据您的配置在此处下载最新版本的二进制文件:发布页面

然后您只需在终端中输入此命令

tar -xf <downloaded_archive> yadio && sudo mv yadio /usr/local/bin

从crates.io安装

如果您是Rust程序员,可以使用cargo安装yadio。

cargo install yadio

构建

yadio是用Rust编写的,因此您需要获取一个Rust安装程序来编译它。

git clone https://github.com/ckaznable/yadio
cd yadio
cargo build --release

用法

Usage: yadio <URL>

Arguments:
  <URL>  youtube url or youtube video id

Options:
      --chatroom  enable chatroom output
  -h, --help      Print help
  -V, --version   Print version

许可证

MIT

依赖项

~15–50MB
~851K SLoC