Crates.io | boostydownload |
lib.rs | boostydownload |
version | 0.5.1 |
source | src |
created_at | 2024-05-01 20:23:42.262099 |
updated_at | 2024-07-28 10:31:12.949271 |
description | A simple application to bulk-download content from Boosty |
homepage | |
repository | https://github.com/crptmem/boostydownloader.git |
max_upload_size | |
id | 1226987 |
size | 60,307 |
A simple application to bulk-download content from Boosty and Gelbooru. Made with my own library imgdl-rs (https://github.com/crptmem/imgdl-rs)
$ cargo install boostydownload
Boosty:
$ boostydownload boosty --blog <BLOG_NAME>
Without authorization:
$ boostydownload boosty --blog USERNAME
With authorization:
$ boostydownload boosty --blog USERNAME --access-token ACCESS_TOKEN
If requested blog have more than 300 posts:
$ boostydownload boosty --blog USERNAME --limit POSTS_COUNT
Gelbooru:
$ boostydownload gelbooru --url <SITE_ROOT_URL> --tags $PWD/img
. You can change path by --path
argument.
Go to https://boosty.to, open developer tools in your browser,
go to Storage (Application) -> Cookies. You need auth
, click on it and in
right panel click RMB on accessToken
and copy it.