mirror of
https://codeberg.org/YGGverse/ytd.git
synced 2026-04-08 21:05:30 +00:00
25 lines
No EOL
442 B
Markdown
25 lines
No EOL
442 B
Markdown
# ytd
|
|
|
|
YouTube daemon for crawling and processing channels with pre-configured commands
|
|
|
|
* this tool initially created as a tool for the [Pidpilne](https://codeberg.org/YGGverse/pidpilne) project.
|
|
|
|
## Install
|
|
|
|
``` bash
|
|
cargo install ytd
|
|
```
|
|
|
|
## Usage
|
|
|
|
Foreground / testing:
|
|
|
|
``` bash
|
|
RUST_LOG=trace cargo run -- -c example/config.toml
|
|
```
|
|
|
|
Background / daemon:
|
|
|
|
``` bash
|
|
RUST_LOG=ytd=warn NO_COLOR=1 /usr/local/bin/ytd -c /etc/config.toml
|
|
``` |