Skip to content

A small script for downloading webcomics from SmackJeeves.

License

Notifications You must be signed in to change notification settings

lukiwieser/webcomic-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webcomic Scraper

A small script for downloading webcomics from SmackJeeves.

This script was only tested on the comic "It's a Hard Life", but it might work on other comics from SmackJeeves.

SmackJeeves was discontinued on December 31, 2020.

Usage

This project requires Node to be installed on your machine.

First install the JavaScript dependencies with:

npm install

Next configure the comic to be downloaded, and the naming of the downloaded files by setting the following variables in app.js:

  • pageUrl
  • pageNumerStart
  • pageNumberEnd
  • downloadFolder
  • filenameMode
  • filenameLeadingZeroCount

Also do not forget to create the folder, in which the downloaded files should be saved. Otherwise the script will throw an error.

Finally execute the script in the command line:

node app.js

About

A small script for downloading webcomics from SmackJeeves.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published