Skip to content

Latest commit

 

History

History
89 lines (60 loc) · 1.59 KB

README.md

File metadata and controls

89 lines (60 loc) · 1.59 KB

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 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 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
  1. Install the necessary requirements
pip install -r requirements.txt

or

pip3 install -r requirements.txt
  1. Enjoy the app
python main.py

For development

  1. Install virtual environment
pip install virtualenv
  1. Create new environment
virtualenv samehadaku-cli
  1. Install the necessary requirements
pip install -r requirements.txt
  1. 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