If anyone can figure out why that'd be helpful
This is a docker container that hosts a webserver on http://{ip}:5043
. Input an Inkitt story URL or story ID, input your Inkitt login credentials, and click "Download". After waiting for the program to download and compile the book (it can take a minute or so) the user will be prompted to download a .epub file of the book.
This is a piece of server software that hosts a webpage accessible to all devices that can access port 5043
of the host machine.
This program requires Docker: https://docs.docker.com/engine/install/
- Clone the repository:
git clone https://github.com/AaronBenDaniel/InkittDownloader
- CD into the repo:
cd InkittDownloader
- Run
setup.sh
:./setup.sh
This program is based on TheOnlyWayUp's Wattpad Downloader. By based I mean it's just a copy but I made it download from Inkitt instead of Wattpad