Scrapes the web serial Worm and its sequel Ward into an eBook format
Find a file
2018-04-22 15:29:42 -04:00
lib Fix "shoulder-mounted" 2018-04-22 15:29:42 -04:00
scaffolding Add a cover 2015-05-21 02:17:45 -04:00
.editorconfig Make a nicer command-line interface 2015-05-21 02:17:43 -04:00
.eslintrc.json Update dev dependencies and use new JS features 2017-01-02 20:13:40 -05:00
.gitignore Implement zip step 2015-05-21 02:17:44 -04:00
.travis.yml Initial commit 2015-05-05 22:47:45 +02:00
LICENSE.txt Initial commit 2015-05-05 22:47:45 +02:00
package.json 2.0.0 2017-08-13 16:48:27 -04:00
README.md Update dependencies and code style 2017-08-13 16:48:19 -04:00

Worm Scraper

Scrapes the web serial Worm into an eBook format.

How to use

First you'll need a modern version of Node.js. Install whatever is current (not LTS); at least v8.x is necessary.

Then, open a terminal (Mac documentation, Windows documentation) and install the program by typing

npm install -g worm-scraper

This will take a while as it downloads this program and its dependencies from the internet. Once it's done, try to run it, by typing:

worm-scraper --help

If this outputs some help documentation, then the installation process went smoothly. You can move on to assemble the eBook by typing

worm-scraper download convert scaffold zip

This will take a while, but will eventually produce a Worm.epub file!

EPUB vs. other formats

EPUB is one of the primary eBook formats, but it is not recognized by all readers, including most Amazon Kindle devices. You can use an online converter or other tool to convert EPUB to Kindle MOBI, or any other format.

Alternately, if you are a developer, a pull request adding support for MOBI output would be appreciated; please open an issue to discuss how you plan to proceed.