Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.
/ manga-cli Public archive

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

License

Notifications You must be signed in to change notification settings

jumpyjacko/manga-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

manga-cli (dead for now because im working on other stuff and school)

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

Kind of a lot of this is built off example code from the mangadex-full-api node package because I have no idea what I'm doing.

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 install to download the dependencies. Run npm test to run the program.

To actually have it work, you need to make a options.json file in src/. It should look like this, eventually this will be automated with a first-time setup prompt:

{
    "username": "MANGADEX USERNAME GOES HERE",
    "password": "MANGADEX PASSWORD GOES HERE",
    "language": "two(or four) letter langauge code"
}

Gallery

manga-cli

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages