Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.32 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.32 KB

AnimeFlix CLI

AnimeFlix CLI

AnimeFlix CLI is a command-line interface (CLI) program that allows you to search for anime and stream it using webtorrent. The program fetches anime information from Nyaa and lets you select the anime to watch it.

Prerequisites

Before using AnimeFlix CLI, make sure you have the following installed on your system:

Installation

  1. Clone this repository to your local machine:
git clone https://github.com/sahilsuman933/AnimeFlix-CLI
cd AnimeFlix-CLI
  1. Make the script executable
chmod +x animeflix.sh
  1. Install the required dependencies (if you haven't already): Please follow the respective links provided in the "Prerequisites" section to install the required tools.

Usage

To search for and watch an anime with a multi-word title, enclose the query in quotes, for example:

  ./anime_stream.sh "Attack on Titan"

Note: The script relies on Nyaa as the data source. In case Nyaa is unreachable or unavailable, the search functionality may not work.