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
- Host: GitHub
- URL: https://github.com/leonidboykov/getmoe
- Owner: leonidboykov
- License: mit
- Created: 2017-09-26T23:23:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T22:20:39.000Z (almost 5 years ago)
- Last Synced: 2024-06-21T14:17:43.886Z (almost 2 years ago)
- Topics: danbooru, gelbooru, moebooru, sankakuchannel
- Language: Go
- Size: 151 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Get Moe
[](https://godoc.org/github.com/leonidboykov/getmoe)
[](https://travis-ci.org/leonidboykov/getmoe)
[](https://codecov.io/gh/leonidboykov/getmoe)
[](https://goreportcard.com/report/github.com/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.