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

https://github.com/leonidboykov/getmoe

Cli tool for boorus
https://github.com/leonidboykov/getmoe

danbooru gelbooru moebooru sankakuchannel

Last synced: 11 months ago
JSON representation

Cli tool for boorus

Awesome Lists containing this project

README

          

# Get Moe

[![GoDoc](https://godoc.org/github.com/leonidboykov/getmoe?status.svg)](https://godoc.org/github.com/leonidboykov/getmoe)
[![Build Status](https://travis-ci.org/leonidboykov/getmoe.svg?branch=master)](https://travis-ci.org/leonidboykov/getmoe)
[![codecov](https://codecov.io/gh/leonidboykov/getmoe/branch/master/graph/badge.svg)](https://codecov.io/gh/leonidboykov/getmoe)
[![Go Report Card](https://goreportcard.com/badge/github.com/leonidboykov/getmoe)](https://goreportcard.com/report/github.com/leonidboykov/getmoe)
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=leonidboykov/getmoe)](https://dependabot.com)

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](https://godoc.org/github.com/leonidboykov/getmoe).

## 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) license.