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.
Before using AnimeFlix CLI, make sure you have the following installed on your system:
- Clone this repository to your local machine:
git clone https://github.com/sahilsuman933/AnimeFlix-CLI
cd AnimeFlix-CLI
- Make the script executable
chmod +x animeflix.sh
- Install the required dependencies (if you haven't already): Please follow the respective links provided in the "Prerequisites" section to install the required tools.
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.