Skip to content

A tool that checks if the manga you interested in has updated based on your last read chapter.

Notifications You must be signed in to change notification settings

bendanye/manga-alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

manga-alert

A tool that checks if the manga you interested in has updated based on your last read chapter.

Setup

  1. Create a mangareading.json file. For example,
[
    {
        "url_ends_with": "my_manga_name",
        "last_chapter": "1"
    }
]
  1. Create .env file and indicate the manga url
MANGA_URL=http://myurl.com
  1. Install required modules.
npm install

Execute

To run the program.

npm start

Current version

  • A command line tool
  • Only tested and works on a particular website.

Possible Future enhancement

  • Chrome extension
  • Telegram Bot

Impetus

I am interested in few manga and I wanted to know immediately if there is new chapter available when I switched on my computer instead of having to manually click on each manga.

About

A tool that checks if the manga you interested in has updated based on your last read chapter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages