File size: 819 Bytes
8a85b04
ece657a
 
8a85b04
 
5e761b4
 
8a85b04
 
 
5e761b4
 
 
8a85b04
 
 
 
 
 
 
 
a65024b
8a85b04
 
5e761b4
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
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)