{"id":15663470,"url":"https://github.com/ultirequiem/which-anime","last_synced_at":"2025-05-06T15:28:42.517Z","repository":{"id":62422354,"uuid":"413985875","full_name":"UltiRequiem/which-anime","owner":"UltiRequiem","description":"🖼️ 🔎  Trace back the scene from an anime screenshot","archived":false,"fork":false,"pushed_at":"2022-01-14T23:01:24.000Z","size":187,"stargazers_count":17,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-02T13:02:11.830Z","etag":null,"topics":["anime","deno","deno-module","trace-anime","typescript"],"latest_commit_sha":null,"homepage":"https://trace.moe","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UltiRequiem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-05T21:36:15.000Z","updated_at":"2022-11-06T10:44:09.000Z","dependencies_parsed_at":"2022-11-01T17:31:28.374Z","dependency_job_id":null,"html_url":"https://github.com/UltiRequiem/which-anime","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2Fwhich-anime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2Fwhich-anime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2Fwhich-anime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2Fwhich-anime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UltiRequiem","download_url":"https://codeload.github.com/UltiRequiem/which-anime/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252712593,"owners_count":21792341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anime","deno","deno-module","trace-anime","typescript"],"created_at":"2024-10-03T13:37:34.743Z","updated_at":"2025-05-06T15:28:42.473Z","avatar_url":"https://github.com/UltiRequiem.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Which Anime\n\n[![GitMoji](https://img.shields.io/badge/Gitmoji-%F0%9F%8E%A8%20-FFDD67.svg)](https://gitmoji.dev)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n![Lines Of Code](https://img.shields.io/tokei/lines/github.com/UltiRequiem/which-anime?color=blue\u0026label=Total%20Lines)\n![CodeQL](https://github.com/UltiRequiem/which-anime/workflows/CodeQL/badge.svg)\n![Lint](https://github.com/UltiRequiem/which-anime/workflows/Lint/badge.svg)\n\nSimple CLI tool trace back the scene from an anime screenshot.\n\nYou can get this package by [nest.land](https://nest.land/package/anime),\n[deno.land](https://deno.land/x/anime) or\n[denopkg](https://denopkg.com/UltiRequiem/which-anime/mod.ts).\n\n## Usage\n\nUsing Links:\n\n```bash\nwhich-anime --link https://raw.githubusercontent.com/UltiRequiem/which-anime/main/image.jpg\n\n⠦   Searching for the anime...\n🌸 Title Native: 青春ブタ野郎はバニーガール先輩の夢を見ない\n🗻 Title Romaji: Seishun Buta Yarou wa Bunny Girl Senpai no Yume wo Minai\n🗽 Title English: Rascal Does Not Dream of Bunny Girl Senpai\n\n💠 Anilist ID: 101291\n\n🍓 Is Adult: false\n√ Done!\n```\n\nUsing File:\n\n```bash\nwhich-anime --file ./image.jpg\n\n⠧   Uploading File...\n🌸 Title Native: 青春ブタ野郎はバニーガール先輩の夢を見ない\n🗻 Title Romaji: Seishun Buta Yarou wa Bunny Girl Senpai no Yume wo Minai\n🗽 Title English: Rascal Does Not Dream of Bunny Girl Senpai\n\n💠 Anilist ID: 101291\n\n🍓 Is Adult: false\n√ Done!\n```\n\n## Installation\n\n- [deno.land/x](https://deno.land/x/anime/cli.ts):\n\n```bash\ndeno install --allow-read --allow-net -n which-anime https://deno.land/x/anime/cli.ts\n```\n\n- [denopkg.com](https://denopkg.com/UltiRequiem/anime/cli.ts):\n\n```bash\ndeno install --allow-read --allow-net -n which-anime https://denopkg.com/UltiRequiem/anime/cli.ts\n```\n\n- [nest.land](https://x.nest.land/anime/cli.ts):\n\n```bash\ndeno install --allow-read --allow-net -n which-anime https://x.nest.land/anime@0.0.2/mod.ts\n```\n\n### Built in help\n\nIf you don't pass any flag or you pass the `--help` flag:\n\n```\nwhich-anime v1.0.0\n\n  FLAGS:\n\n    --file: An Image path\n\n    --link: An Image link\n\n  If you need more help, found a bug or want to suggest a new feature:\n  github.com/UltiRequiem/which-anime\n```\n\n### License\n\n[This project](https://deno.land/x/anime) is licensed under the\n[MIT License](./LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultirequiem%2Fwhich-anime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fultirequiem%2Fwhich-anime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultirequiem%2Fwhich-anime/lists"}