dlrs/README.md
2022-06-21 22:58:13 +03:00

1.0 KiB

Rust-powered image downloader for 4chan

Minimal concurrent image downloader for 4chan threads/boards.

Installation and usage

Build and run with

cargo run -- <OPTIONS>
USAGE:
    rusty-downloader --output <PATH> <--thread <URL>|--board <URL>>

OPTIONS:
    -b, --board <URL>      Set a board URL
    -h, --help             Print help information
    -o, --output <PATH>    Set an output directory
    -t, --thread <URL>     Set a thread URL
    -V, --version          Print version information

Dependencies

DependenciesGraph