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
- Host: GitHub
- URL: https://github.com/hanivan/samehadaku-cli
- Owner: Hanivan
- License: mit
- Created: 2022-01-31T07:25:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-22T00:50:09.000Z (about 4 years ago)
- Last Synced: 2025-02-28T18:23:19.560Z (over 1 year ago)
- Topics: anime, cli, linux, linux-app, python, python3, streamer-tool
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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