Imageboard media downloader with basic filtering options
Go to file
dependabot[bot] 18d849a5a9
Bump bumpalo from 3.9.1 to 3.12.0 (#1)
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.9.1 to 3.12.0.
- [Release notes](https://github.com/fitzgen/bumpalo/releases)
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fitzgen/bumpalo/compare/3.9.1...3.12.0)

---
updated-dependencies:
- dependency-name: bumpalo
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-01 14:27:00 +02:00
doc Structure graph 2022-06-21 22:58:13 +03:00
src Handled reqwest & serde_json errors 2022-06-21 22:58:13 +03:00
.gitignore ID-list request & JSON parsing 2022-06-02 01:19:04 +03:00
Cargo.lock Bump bumpalo from 3.9.1 to 3.12.0 (#1) 2023-03-01 14:27:00 +02:00
Cargo.toml Add README.md & bump version 2022-06-21 22:58:13 +03:00
LICENSE Initial commit 2022-05-28 01:43:41 +03:00
README.md Structure graph 2022-06-21 22:58:13 +03:00

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