Нема описа

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

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