- Open command line or terminal and type the following commands
- git clone https://github.com/Qnnie/Booru-Image-Downloader
- cd Booru-Image-Downloader
- npm install
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
The downloader will create a folder in this directory with the tags given and download all the images into that folder.