Pass an ID in via a .env file for a fictionpress story
and this script will scrape the whole story from the website
and then save it as a .azw3
file which can be used for kindle apps.
- Download this repo.
- Install dependencies
npm install
- Add the calibre commandline interface folder to your PATH.
- Add .env file:
cp .env.example .env
and update the story id to a valid fictionpress story id. - Run
node index.js
.