An open API service indexing awesome lists of open source software.

https://github.com/bcc32/danbooru-tool

A simple tool for downloading posts from danbooru image boards
https://github.com/bcc32/danbooru-tool

Last synced: 11 months ago
JSON representation

A simple tool for downloading posts from danbooru image boards

Awesome Lists containing this project

README

          

# danbooru-tool

Download posts from Danbooru by ID, pool, or tag search.

## Install instructions

```sh
opam pin add danbooru-tool git://github.com/bcc32/danbooru-tool
```

## Usage

```sh
danbooru-tool post [-v] [-d output-dir] [...]
danbooru-tool pool [-v] [-d output-dir] [-n|-md5]
danbooru-tool tags [-v] [-d output-dir] [...]
```

## Build instructions

```sh
# git clone and chdir
dune build
dune exec -- danbooru-tool --help
```