Get Moe
Get Moe is a REST client for image boards, such as Moebooru, Gelbooru and Danbooru. The goal of the project is to provide APIs for the most well-known image boards (boorus). This project started for the purpose of researching of various characters popularity, rather than image grabbing, however save feature is also available.
Installing
macOS
brew install leonidboykov/tap/getmoe
Windows
scoop bucket add getmoe https://github.com/leonidboykov/scoop-bucket.git
scoop install getmoe
Development version
go get -u github.com/leonidboykov/cmd/getmoe
Development documentation is available on GoDoc.
Usage
The only implemented command for now is get
. Here is the usage example
USAGE:
getmoe [global options] command [command options] [arguments...]
COMMANDS:
get get data from booru
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--quiet, -q disable progress bar
--help, -h show help
--version, -v print the version
Login and password are optional.
Supported Boards
- yande.re
- konachan.com
- gelbooru.com
- danbooru.donmai.us
- chan.sankakucomplex.com
- idol.sankakucomplex.com
Custom boorus are not available yet.
License
getmoe
is a free software licensed under the MIT license.