which-anime

🖼️ 🔎 Trace back the scene from an anime screenshot

MIT License

Stars
17

Which Anime

Simple CLI tool trace back the scene from an anime screenshot.

You can get this package by nest.land, deno.land or denopkg.

Usage

Using Links:

which-anime --link https://raw.githubusercontent.com/UltiRequiem/which-anime/main/image.jpg

   Searching for the anime...
🌸 Title Native: 青春ブタ野郎はバニーガール先輩の夢を見ない
🗻 Title Romaji: Seishun Buta Yarou wa Bunny Girl Senpai no Yume wo Minai
🗽 Title English: Rascal Does Not Dream of Bunny Girl Senpai

💠 Anilist ID: 101291

🍓 Is Adult: false
 Done!

Using File:

which-anime --file ./image.jpg

   Uploading File...
🌸 Title Native: 青春ブタ野郎はバニーガール先輩の夢を見ない
🗻 Title Romaji: Seishun Buta Yarou wa Bunny Girl Senpai no Yume wo Minai
🗽 Title English: Rascal Does Not Dream of Bunny Girl Senpai

💠 Anilist ID: 101291

🍓 Is Adult: false
 Done!

Installation

deno install --allow-read --allow-net -n which-anime https://deno.land/x/anime/cli.ts
deno install --allow-read --allow-net -n which-anime https://denopkg.com/UltiRequiem/anime/cli.ts
deno install --allow-read --allow-net -n which-anime https://x.nest.land/[email protected]/mod.ts

Built in help

If you don't pass any flag or you pass the --help flag:

which-anime v1.0.0

  FLAGS:

    --file: An Image path

    --link: An Image link

  If you need more help, found a bug or want to suggest a new feature:
  github.com/UltiRequiem/which-anime

License

This project is licensed under the MIT License.