Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnascanner/ani-cli
A simple to use terminal tool to find your favorite anime
https://github.com/dnascanner/ani-cli
anime chrome chromium cli deno puppeteer
Last synced: 10 days ago
JSON representation
A simple to use terminal tool to find your favorite anime
- Host: GitHub
- URL: https://github.com/dnascanner/ani-cli
- Owner: DNAScanner
- Created: 2024-05-12T17:52:03.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T00:40:59.000Z (5 months ago)
- Last Synced: 2024-10-17T22:27:54.711Z (29 days ago)
- Topics: anime, chrome, chromium, cli, deno, puppeteer
- Language: TypeScript
- Homepage:
- Size: 2.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ani-cli by DNA
**ani-cli** is a self-made CLI tool to find, watch or download anime from inside your terminal. This program uses puppeteer, a browser automation library, to scrape data from the web. In this case, all data including the stream itself is provided by [aniworld.to](https://aniworld.to), a german anime streaming site
⚠️ **Note:** This project is for educational purposes only. I do not encourage any illegal activities. Please respect the laws of your country
## Usage
```
PS E:\ani-cli> deno run -A main.ts -?
Usage: ani-cli [options]Find, watch or download anime from inside your terminal
Options:
-h, --help Show this help message
-n, --name Name of the anime
-s, --search Search for the anime
-se, Season and episode number combined (-> season.episode)
-d, --download Download the episode to the current directoryExample:
ani-cli --name Horimiya -se 2.1 --download
```## Custom location for binaries
There is a `env.template`-file. You can simply rename it to just `.env` and change the path's inside to your desired location. This is useful if you want to store the binaries in a different location than the default one