ahmad-reza619 / manga-cli

A CLI/Terminal-based MangaDex fetcher which can read manga with the help of the program feh.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

manga-cli

A very simple MangaDex fetcher (soon to be full client) which can read manga with the help of feh.

Requirements

  • feh
  • curl
  • a MangaDex account
  • Node.js

Usage

I haven't really set anything up yet, so you just clone the repo and cd into it, and then run npm test.

To actually have it work, you need to make a options.json file in src/. It should look like this:

{
    "username": "MANGADEX USERNAME GOES HERE",
    "password": "MANGADEX PASSWORD GOES HERE"
}

You have to know exactly what you want to read and also you get rate limited pretty easily, batch downloads for chapters are a feature that is coming later.

Gallery

manga-cli

About

A CLI/Terminal-based MangaDex fetcher which can read manga with the help of the program feh.


Languages

Language:JavaScript 100.0%