Tidak Ada Deskripsi

crptmem e2810a20e7 fix: warnings 7 bulan lalu
.github 4404b6dfb4 Create rust.yml 7 bulan lalu
src e2810a20e7 fix: warnings 7 bulan lalu
.gitignore 0ff5f6c0a3 initial commit 7 bulan lalu
Cargo.toml 911aa84759 minor: bump boosty-rs version 7 bulan lalu
LICENSE 0ff5f6c0a3 initial commit 7 bulan lalu
README.txt 0ef5556d1b feat: authorization, add information about access token 7 bulan lalu

README.txt

boostydownloader
================
A simple application to bulk-download content from Boosty

Build
=====
$ git clone https://github.com/crptmem/boostydownloader.git && cd boostydownloader
$ cargo build

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