Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 869 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 869 Bytes

Fictionpress Scraper · Build Status

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.

Requirements

Setup

  • 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.