Skip to content

A Python web-scraper for downloading DigitalWhisper issues and articles.

License

Notifications You must be signed in to change notification settings

MichaelYochpaz/DWScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DigitalWhisper Logo

DWScraper

A Python web-scraper for downloading DigitalWhisper issues and articles.
Latest version: 1.0.2 (changelog)

Usage

Usage: DWScraper (last | all | issue <issue-number> | range [start] <end>) [-m <issue | articles | both>] [-o PATH] [-h] [-v]

last                   Download the most recent issue.
issue <issue-number>   Download a specific issue.
all                    Download all available issues.
range [start] <end>    Download all issues between a range of numbers.
                       If a single arguments is given, the range will start with 1.

Options:
-h, --help             Print this help menu and exit.
-v, --version          Print program version and exit.
-m, --mode <mode>      Set download mode. Options are:
                       "issue" - download full issues (default),
                       "articles" - download articles of issues as separate files,
                       "both" - download both full issues and separate article files.
-o, --output           Set output folder to download files to (default: current working directory).

About

A Python web-scraper for downloading DigitalWhisper issues and articles.

Topics

Resources

License

Stars

Watchers

Forks

Languages