Ecosyste.ms: Awesome

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

https://github.com/cadecuddy/sauce

A novelty CLI tool that identifies an anime from an image and yields key data about it.
https://github.com/cadecuddy/sauce

anime anime-api anime-search cli cli-app golang golang-cli terminal trace-moe

Last synced: about 1 month ago
JSON representation

A novelty CLI tool that identifies an anime from an image and yields key data about it.

Lists

README

        

🥫 sauce - CLI anime identification

sauce uses trace.moe to identify the anime in an image & serves you its essential details so you can determine if it's worth the watch.


demo

never find yourself asking "sauce?" ever again!

#### This project was inspired by [what-anime-cli](https://github.com/irevenko/what-anime-cli/) by [irevenko](https://github.com/irevenko). I felt there was more utility in looking up the identified anime's MyAnimeList stats, so that was the approach I took with sauce.

## 🔧 Installation

Install with [Go](https://go.dev/) install:
```bash
go install github.com/cadecuddy/sauce@latest
```

## 💻 Usage
**Known supported image types: jpg, png, webp, gif**

### 🔗 search by image url
`sauce url `
```bash
sauce url https://findthis.jp/anime.png
```

### 📂 search by image file
`sauce file `
```bash
sauce file demon-slayer.png
```

## 📟 Environment Setup (contributors)

`git clone https://github.com/cadecuddy/sauce.git`

`cd sauce`

If you find any bugs or want to add any cool features feel free to leave a PR!

## 🤝 made with
* [trace.moe](https://soruly.github.io/trace.moe-api/#/) - anime identification
* [jikan-go](https://github.com/darenliang/jikan-go) - MyAnimeList data