• Stars
    star
    142
  • Rank 256,886 (Top 6 %)
  • Language
    C#
  • License
    MIT License
  • Created about 5 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Danbooru image downloader.

DanbooruDownloader

DanbooruDownloader is image download software for Danbooru.

Quick start

> DanbooruDownloader dump MyDataset

Download all images and its metadata on Danbooru server to local folder MyDataset. To see further help, run with --help option.

Output

Your downloaded images are saved as following structure.

MyDataset/
├── images/
│   ├── 00/
│   │   ├── 00000000000000000000000000000000.jpg
│   │   ├── 00000000000000000000000000000000-danbooru.json
│   │   ├── ...
│   ├── 01/
│   │   ├── ...
│   └── ff/
│       ├── ...
└── danbooru.sqlite

The filename of images is its MD5 hash. And -danbooru.json file contains the metadata of image post.

All of metadata is also saved as SQLite database, named danbooru.sqlite. Its table structure is same to the output of Danbooru json API.