What Anime CLI โ“๐Ÿ–ผ

October 5, 2021 ยท View on GitHub

> This application is basically a ๐Ÿฌ wrapper around trace.moe

PREVIEW

Installation ๐Ÿ”จ

go install github.com/irevenko/what-anime-cli@latest
what-anime-cli file ani.png

AUR package

Usage ๐Ÿ–ฅ

Get Anime By Image File ๐Ÿ—ƒ

what-anime file anime.jpg

what-anime link https://anime.com/image.png

Potential troubles

Just escpape the link with quotes "https://anime.com.anime.png&..."

Supported image extensions ๐Ÿ–ผ

I've tested these:

  • jpg
  • png
  • jfif
  • webp
  • gif

If you have found other's working formats please create an issue

Contributing ๐Ÿค

Contributions, issues and feature requests are welcome! ๐Ÿ‘
Feel free to check open issues.

Quick Start ๐Ÿš€

git clone https://github.com/irevenko/what-anime-cli.git
cd what-anime-cli
go get -d ./...
go run main.go

What I Learned ๐Ÿง 

  • How to build CLI using Go
  • Go project structure
  • Go basics (modules, working with images, making HTTP requests)

License ๐Ÿ“‘

(c) 2021 Ilya Revenko. MIT License