# DanbooruDownloader **Repository Path**: sjtuyc/DanbooruDownloader ## Basic Information - **Project Name**: DanbooruDownloader - **Description**: download - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DanbooruDownloader **DanbooruDownloader** is image download software for [Danbooru](https://danbooru.donmai.us/). ## 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](https://danbooru.donmai.us/wiki_pages/43568).