Skip to content

Download images from various booru style websites like Konachan.net

Notifications You must be signed in to change notification settings

Qnnie/Booru-Image-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Setup

Usage

node booru download --help which should bring up

Options:
--help Show help [boolean]
--version Show version number [boolean]
-s What service to download from. ex: Konachan.net or Yande.re [string] [required]
-t Tags to search for [string] [required]
-n Number of images to download [number] [required]
-r Grab images randomly [boolean]
-R Allow NSFW images [boolean]

ex: node booru download -s='konachan.net' -t='chinese_dress' -n=2 -r
The request above grabs 2 random sfw images from konachan, with the tag 'chinese_dress'

A list of servicable websites are noted here https://github.com/AtlasTheBot/booru/blob/HEAD/src/sites.json

What it does

The downloader will create a folder in this directory with the tags given and download all the images into that folder.

About

Download images from various booru style websites like Konachan.net

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published