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.
- Host: GitHub
- URL: https://github.com/piero-vic/ani-py
- Owner: piero-vic
- License: gpl-3.0
- Created: 2021-11-22T18:46:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-23T00:58:40.000Z (over 4 years ago)
- Last Synced: 2025-02-10T21:37:47.077Z (over 1 year ago)
- Topics: anime, cli, python
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)