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
- Host: GitHub
- URL: https://github.com/bcc32/danbooru-tool
- Owner: bcc32
- License: mit
- Created: 2016-09-02T04:02:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T04:28:34.000Z (over 2 years ago)
- Last Synced: 2025-08-07T23:54:14.220Z (11 months ago)
- Language: OCaml
- Homepage:
- Size: 119 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
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
```