An open API service indexing awesome lists of open source software.

https://github.com/piero-vic/ani-py

A cli tool to download and stream anime from jkanime.
https://github.com/piero-vic/ani-py

anime cli python

Last synced: over 1 year ago
JSON representation

A cli tool to download and stream anime from jkanime.

Awesome Lists containing this project

README

          

# ani-py

A cli to download and stream anime from [jkanime](https://jkanime.net/).

This projects is inspired by [ani-cli](https://github.com/pystardust/ani-cli). I decided to make a version that works on a website with spanish subs.

## Usage

### Basic usage
``ani-py ``

### Modes

#### Download anime
``ani-py -d ``

#### Stream anime
``ani-py -s ``

`ani-py` will ask you for the query, episode and mode if you run it without arguments.

The download option only works with Zippyshare.

## Main dependencies

- [typer](https://github.com/tiangolo/typer)
- [rich](https://github.com/willmcgugan/rich)
- [zippyshare-downloader](https://github.com/mansuf/zippyshare-downloader)
- [enquiries](https://gitlab.com/facingBackwards/enquiries)