#applications #content #blog #path #token #boosty #bulk-download

app boostydownload

A simple application to bulk-download content from Boosty

4 releases

0.2.2 May 21, 2024
0.2.1 May 21, 2024
0.2.0 May 21, 2024
0.1.2 May 1, 2024

#15 in #blog

Download history 128/week @ 2024-04-29 8/week @ 2024-05-06 2/week @ 2024-05-13 345/week @ 2024-05-20 13/week @ 2024-05-27

374 downloads per month

MIT license

14KB
89 lines

boostydownloader

A simple application to bulk-download content from Boosty. Made with my own library boosty-rs (https://github.com/crptmem/boosty-rs)

Installation

$ cargo install boostydownload

Usage

$ boostydownload --blog BLOG_NAME By default content is downloaded to current_directory/img like /home/corruptmemory/img. You can change path by --path argument. Obtaining access token

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.

Usage

Without authorization: $ boostydownloader --blog USERNAME With authorization: $ boostydownloader --blog USERNAME --access-token ACCESS_TOKEN

Dependencies

~10–23MB
~369K SLoC