It is my own replacement for kmanga.net, which has been taken down.
- scrapes KissManga.org to find the manga you want
- downloads the images and converts them to an epub
- sends the epub via email to your kindle
All with just a few clicks.
Before you start using manga.pet. you should:
- set up your gmail credentials in the settings
- you will have to create an app password for your gmail guide
- as this will put all of your emails behind an insecure app password, I highly recommend creating a separate google account to use this tool with
- whitelist your gmail address in your amazon account guide.
- otherwise your kindle won't accept the email
You can download the prebuilt windows executable in the releases section.
If you wish to prepare the binary yourself, install all dependencies with npm
npm install
And run with
yarn start
To build executables for windows or linux, run on the respective platform. Currently only supports arch linux and windows, here is how to write your own build routine for other distributions.
yarn dist
The installer will be generated into the dist directory.
The project is also set up with electron forge.