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

https://github.com/hanivan/samehadaku-cli

Search, watch, and download anime from your console
https://github.com/hanivan/samehadaku-cli

anime cli linux linux-app python python3 streamer-tool

Last synced: about 1 month ago
JSON representation

Search, watch, and download anime from your console

Awesome Lists containing this project

README

          

## Samehadaku-CLI

Tired of watching anime but lots of ads? Samehadaku-CLI is the solution!.

### How About Features?

- List All Anime
- List Ongoing Anime
- List Schedule Anime
- Search Anime
- Show Detail Anime
- Watch Anime Per Episode _(using [mpv](https://mpv.io/installation/) video player)_
- Download Anime Per Episode

#### The Reason Behind Making This App

Because I like watching anime. I'm sometimes bothered by annoying ads. So I decided to make the [restAPI](https://github.com/Hanivan/restAPI-Samehadaku) first, then this application was created, and this application is made based on hobbies, so I do not guarantee this application runs as it should. So just enjoy. I will also update this application later

### How To Use

1. First make sure that python and pip are installed

```
python --version
pip --version
```

or

```
python3 --version
pip3 --version
```

2. Install the necessary requirements

```
pip install -r requirements.txt
```

or

```
pip3 install -r requirements.txt
```

3. Enjoy the app

```
python main.py
```

### For development

1. Install virtual environment

```
pip install virtualenv
```

2. Create new environment

```
virtualenv samehadaku-cli
```

3. Install the necessary requirements

```
pip install -r requirements.txt
```

4. Start The Development

### Note
This application only support Linux Operating System. それだけ

## Development Detail

**Start Work**: Monday, 31 January 2022; 16:-- WIB

**Finished Work**: Thursday, 3 February 2022; 20:-- WIB

Tools I used for making this application:

- rich
- requests
- enquiries
- python-dotenv
- zippyshare-downloader