Skip to content

nasseef20/ani-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

Use ani-cli for Android devices (through Termux)

A cli to browse and watch anime.

This tool scrapes the site 9anim.vip

Setup

Downloading necessary apps

  • Download Termux from F-Droid.

  • Download mpv-android from Play Store or F-Droid. (VLC is also an option, however, it does not work well. Video stops working after few seconds).

Setup in termux

  • Open Termux and run this command to install git and curl:
pkg install git curl  
  • Run this command to install youtube-dl on Termux:
termux-setup-storage ; curl -s -L https://raw.githubusercontent.com/shukryshuk/androidydl/master/youtubedl.sh | bash

termux-setup-storage asks for storage permissions so that Termux can access the shared storage in your device.

  • Use the git clone command to clone this repository on your device
git clone https://github.com/nasseef20/ani-cli.git

Usage

Run this command on Termux everytime you want to use it:

cd ani-cli
./ani-cli <Enter search query. Use quotation marks if its more than a word>

Dependencies

  • curl
  • youtube-dl (The 'mpv' package is not needed for this)

About

A cli tool to browse and play anime

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%