0.1.0 • Published 4 years ago

subscrape v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Subscrape

Subscrape is a very simple node package to download the latest images from a specific sub reddit.

Installation:

Usage: Usage: subscrape [--help] [--dump] [--output OUTPATH] --limit NUMBER --sub SUBNAME Example: subscrape --limit 100 --sub dankmemes

A tool to download the latest images from a sub reddit.

        --limit NUMBER, -n NUMBER       Download the latest NUMBER images from SUBNAME. (required)
        --sub SUBNAME, -s SUBNAME       The name of the sub reddit you want to download: /r/SUBNAME (required)
        --help, -h                      Print this help message and exit. (optional)
        --dump, -v                      Save downloaded HTML pages to target directory. (optional)
        --output OUTPATH, -o OUTPATH    Save downloaded files to a sub directory of OUTPATH named by the SUBNAME. (optional)