Crates.io | imageboard_downloader |
lib.rs | imageboard_downloader |
version | 1.7.0 |
source | src |
created_at | 2022-08-18 16:49:56.185942 |
updated_at | 2024-01-18 06:19:16.999943 |
description | Cli utility to bulk download images from popular imageboard sites (Boorus) using their APIs |
homepage | |
repository | https://gitlab.com/FerrahWolfeh/imageboard-downloader-rs |
max_upload_size | |
id | 648236 |
size | 77,541 |
imageboard-downloader-rs is a command-line multi image gallery downloader made in Rust with a very simple, yet extensible API.
It is a cross-platform tool with speed, simple cli interface and multiple simultaneous downloads as its main focus.
imageboard_downloader_rs has a hardcoded limit of 100 pages per download session to prevent API rate-limiting and put less strain on the imageboard's servers.
⚠ Avoid downloading single tag selections that span ~100k posts alone without using the download limiter. Be reasonate!
cbz
file. See moreCurrently, you can install the latest version using cargo
or download from Releases
cargo install imageboard_downloader
Or by cloning this repository and building it yourself
git clone https://gitlab.com/FerrahWolfeh/imageboard-downloader-rs.git
cd imageboard-downloader-rs
cargo build --release
cargo run --release -- search "your_tag" "your_another_tag_(cool)" -o ~/
The final binary will be located at target/release/imageboard_downloader
Windows releases coming someday...
This mode is the former default mode of the utility, where it will fetch all posts with a tag-based search
cargo run --release -- search [OPTIONS] <TAGS>...
This mode is meant for downloading a single or a select few posts byt inputting their id
cargo run --release -- post [OPTIONS] <POST_IDS>...
This mode is for downloading entire groups of organized posts (pools)
cargo run --release -- pool [OPTIONS] <POOL_ID>
Each mode has their own unique set of options, see more details with imageboard_downloader --help
or cargo run --release -- --help
.
imageboard_downloader search "skyfire_(arknights)"
In case you want to authenticate with danbooru or e621, use the --auth
flag only once. Then all subsequent downloads will use authentication as well.
imageboard_downloader search "skyfire_(arknights)" -s 10
imageboard_downloader search -i e621 "ash_(pokemon)" "pikachu" --safe-mode
imageboard_downloader search -i rule34 -d 20 "moe"
imageboard_downloader search -i e621 "wolf" "anthro" --id
By default, the program will download files to your current dir. In case you want to download files to another place use:
imageboard_downloader "kroos_(arknights)" -o /any/other/dir
This will save files in /any/other/dir/<file>.png
If the specified directory does not exist, it will be created.
In order to download posts and save their tags along with them in a .txt
file, just run the app like this:
cargo run --release -- post -o /whenever --annotate 123 456 69420