Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
/ boostydownloader Public archive

A simple application to bulk-download content from Boosty and Gelbooru

Notifications You must be signed in to change notification settings

crptmem/boostydownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Installation
=====
  $ cargo install boostydownload

Usage
=====
 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 <TAGS> --proxy [PROXY]
By default content is downloaded to `$PWD/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.

About

A simple application to bulk-download content from Boosty and Gelbooru

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages