Skip to content

meowgorithm/what-anime-cli

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

What Anime CLI β“πŸ–Ό

> This application is basically a 🍬 wrapper around trace.moe

PREVIEW

Usage πŸ–₯

Get Anime By Image File πŸ—ƒ

what-anime file anime.jpg

Get Anime By Image Link πŸ”—

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

powershell trouble

NOTE: MAKE SURE THAT YOUR LINKS ENDS WITH .IMAGE_FORMAT AND DOESN'T HAVE ANY & CHARS AFTER BECAUSE THIS SYMBOL IS RESERVED BY GOLANG

Supported image extensions πŸ–Ό

I've tested these:

  • jpg
  • png
  • jfif

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

Installation πŸ”¨

Build from source or go to bin folder and pick your executable file

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

About

β“πŸ–Ό Find the anime scene by image using your terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.3%
  • Makefile 0.7%