mirror of
https://codeberg.org/YGGverse/ytd.git
synced 2026-04-08 12:55:32 +00:00
initial commit
This commit is contained in:
parent
90537ec233
commit
c160c30ee5
10 changed files with 2751 additions and 1 deletions
24
README.md
24
README.md
|
|
@ -1,3 +1,25 @@
|
|||
# ytd
|
||||
|
||||
YouTube daemon for crawling and aggregating channels with pre-configured commands
|
||||
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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue