MichaelYochpaz / DWScraper

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%