danbooru-public / README.md
Crosstyan's picture
Update README.md
a65024b verified
metadata
tags:
  - danbooru

Danbooru Public

Danbooru database which including metadata for "posts", "tags" and "artists".

Download from danbooru public google cloud storage. Updated at 2023/11/30.

Data are encoded with JSON Lines.

tar -xJf tags.tar.xz
tar -xJf artists.tar.xz
# posts.tar.br is compressed with brotli
# --use-compress-program might also works
# please note that the output is near 20GB
brotli --decompress --stdout posts.tar.br | tar -xf

See also