/manga-redirector

Script that redirects you to a site where you can read a specified manga

Primary LanguagePython

manga-redirector

Script that redirects you to a site where you can read a specified manga

Links to the APIs used:

AniList API

MangaDex API (not implemented yet)

Usage

Just clone, run make install, paste your AniList username into the name.json file, and everything should solve itself.

$ git clone git@github.com:nilsmo1/manga-redirector.git
$ cd manga-redirector/
$ make install

This will run the INSTALL script, which generates an executable, moves it to ~/.local/bin/, you then also have to insert your AniList <username> into the generated name.json file.

{ "name": "<username>" } 

However, since the executable is moved to ~/.local/bin/, if it is not in your $PATH, you should add it - otherwise bash will not be able to find the file.

For help, run manga-redirector -h/--help.