Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-14T23:01:24.000Z (almost 3 years ago)
- Last Synced: 2024-09-16T00:32:42.422Z (4 months ago)
- Topics: anime, deno, deno-module, trace-anime, typescript
- Language: TypeScript
- Homepage: https://trace.moe
- Size: 183 KB
- Stars: 17
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Which Anime
[![GitMoji](https://img.shields.io/badge/Gitmoji-%F0%9F%8E%A8%20-FFDD67.svg)](https://gitmoji.dev)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
![Lines Of Code](https://img.shields.io/tokei/lines/github.com/UltiRequiem/which-anime?color=blue&label=Total%20Lines)
![CodeQL](https://github.com/UltiRequiem/which-anime/workflows/CodeQL/badge.svg)
![Lint](https://github.com/UltiRequiem/which-anime/workflows/Lint/badge.svg)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/[email protected]/mod.ts
```### Built in help
If you don't pass any flag or you pass the `--help` flag:
```
which-anime v1.0.0FLAGS:
--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).