Skip to content

KitsuneSemCalda/Animatic-v2

Repository files navigation

Animatic - V.02

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

Animatic is a Go-based application designed to search and watch anime episodes from the web, as well as to provide the option to download them. It offers a command-line interface for users to input the name of the anime they wish to access or download. The project is particularly geared towards those who prefer interacting with the application through the terminal, making it a streamlined and efficient way to search for and view anime episodes for enthusiasts of the genre. Its main focus is on anime content with Portuguese dubbing and subtitles.

Features

  • Checks for internet connection at startup.

  • Searches for the requested anime on AnimeFire.

  • Downloads all episodes of the selected anime.

  • Provides error messages for various failure cases such as lack of internet connection, failure to locate the anime, and inability to access episode URLs.

Caution

Doesn't make pos-install with this script (don't work) or run this script in root mode

Fast Installation

To fast install this project do you need run the script: "install.sh" with sudo

bash install.sh

Warning

Fast install works only linux

How to use

Caution

Do you need go 1.21.5 installed in your system

Create a directory chromeMedia in root:

sudo mkdir /chromeMedia

If chromeMedia is a root owned directory, you need change owner to your user

sudo chown $USER /chromeMedia

Compile the project in your enviroment:

go build

Setting Path to new local:

export PATH=$PATH:~/.local/bin

Move the project from some directory in your path

mv animatic-v2 ~/.local/bin/animatic

Running:

Run in your shell:

animatic

The code open the prompt-ui label to you write the anime name to be downloaded.

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch
  3. Commit your Changes
  4. Push to the Branch
  5. Open a Pull Request

Warning

We have a bug in bubbletea with lipgloss, the terminal cursor is hiding and doesn't appears anymore, if you have some solution and want contributing is appreciate