|
--- |
|
tags: |
|
- danbooru |
|
--- |
|
|
|
# Danbooru Public |
|
|
|
Danbooru database which including metadata for ["posts"](https://danbooru.donmai.us/wiki_pages/help:posts), |
|
["tags"](https://danbooru.donmai.us/wiki_pages/help:tags) and ["artists"](https://danbooru.donmai.us/artists). |
|
|
|
Download from [danbooru public google cloud storage](https://console.cloud.google.com/storage/browser/danbooru_public/data?project=danbooru1). |
|
Updated at 2023/11/30. |
|
|
|
Data are encoded with [JSON Lines](https://jsonlines.org/). |
|
|
|
```bash |
|
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 |
|
|
|
- [crosstyan/explore-danbooru](https://github.com/crosstyan/explore-danbooru) |