/GoAnime

GoAnime is a cli tool to browse and play anime in pt-br on konsole

Primary LanguageGoMIT LicenseMIT

English | Рortuguês

Imagem logo

GitHub license GitHub stars GitHub stars GitHub stars GitHub stars GitHub stars

GoAnime

GoAnime is a simple command-line interface (CLI) built in Go, allowing users to search for anime and either play or download episodes directly in VLC. It scrapes data from websites to provide a selection of anime and episodes to the user, with a special focus and objective on offering animes that are both subtitled and dubbed in Portuguese.

Prerequisites

  • Go (at latest version)
  • VLC Media Player
  • Sqlite3

Dependencies

  • PuerkitoBio/goquery
  • manifoldco/promptui
  • mattn/go-sqlite3
  • cavaliergopher/grab/v3
  • ktr0731/go-fuzzyfinder

how to install and run

Universal install (Only needs go installed and recommended for most users)

go install github.com/alvarorichard/Goanime@latest

Manual install methods

git clone https://github.com/alvarorichard/GoAnime.git
cd GoAnime
sudo bash install.sh

Windows install only

To install GoAnime on Windows using the install.ps1 PowerShell script, follow these steps:

  1. Open PowerShell as Administrator

2.Enable PowerShell Script Execution (if not already enabled):

In the PowerShell window, execute the following command to allow the execution of scripts:

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
  1. Run the Install Script:

Execute the install.ps1 script:

.\install.ps1

Rember add vlc to path

use this command to add vlc to path

set PATH=%PATH%;C:\Program Files\VideoLAN\VLC

or follow this tutorial for add vlc to path

How to add vlc to path

Usage in Linux and macOS

go-anime

Usage in Windows

goanime

The program will prompt you to input the name of an anime. Enter the name of the anime you wish to watch.

The program will present a list of anime which match your input. Navigate the list using the arrow keys and press enter to select an anime.

The program will then present a list of episodes for the selected anime. Again, navigate the list using the arrow keys and press enter to select an episode.

The selected episode will then play in VLC media player.

Thanks

@KitsuneSemCalda for help and improve this application