https://github.com/ultirequiem/which-anime
đŒïž đ Trace back the scene from an anime screenshot
https://github.com/ultirequiem/which-anime
anime deno deno-module trace-anime typescript
Last synced: about 1 year ago
JSON representation
đŒïž đ Trace back the scene from an anime screenshot
- Host: GitHub
- URL: https://github.com/ultirequiem/which-anime
- Owner: UltiRequiem
- License: mit
- Created: 2021-10-05T21:36:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-14T23:01:24.000Z (over 4 years ago)
- Last Synced: 2025-05-02T13:02:11.830Z (about 1 year ago)
- Topics: anime, deno, deno-module, trace-anime, typescript
- Language: TypeScript
- Homepage: https://trace.moe
- Size: 183 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Which Anime
[](https://gitmoji.dev)
[](https://opensource.org/licenses/MIT)



Simple CLI tool trace back the scene from an anime screenshot.
You can get this package by [nest.land](https://nest.land/package/anime),
[deno.land](https://deno.land/x/anime) or
[denopkg](https://denopkg.com/UltiRequiem/which-anime/mod.ts).
## Usage
Using Links:
```bash
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:
```bash
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.land/x](https://deno.land/x/anime/cli.ts):
```bash
deno install --allow-read --allow-net -n which-anime https://deno.land/x/anime/cli.ts
```
- [denopkg.com](https://denopkg.com/UltiRequiem/anime/cli.ts):
```bash
deno install --allow-read --allow-net -n which-anime https://denopkg.com/UltiRequiem/anime/cli.ts
```
- [nest.land](https://x.nest.land/anime/cli.ts):
```bash
deno install --allow-read --allow-net -n which-anime https://x.nest.land/anime@0.0.2/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](https://deno.land/x/anime) is licensed under the
[MIT License](./LICENSE.md).