A simple scrapper for inmanga.com using inmanga-scrapperapi. It allows you to download manga chapters from inmanga.com and store them into /mangas
folder. It won't download chapters that are already downloaded.
Due the insusuability of the website in mobile browser I decided to create this script to download chapters and read them in my phone.
- Run the API server (Server should be running on localhost:3000)
##
$ deno run --allow-net --allow-read app.ts
- Install app dependencies.
- Update variables in
constants.js
such asmangaId
andchapterId
. - Run the app
$ npm install
$ npm start