0.1.0 • Published 4 years ago

subscrapetest v0.1.0

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

subscrape

subscrape is a tool that lets you scrape images from your favorite subreddits.

Requirements

Node.js version 12 or higher (https://nodejs.org/en/download/) Git (https://git-scm.com/)

Installation:

I plan to make this an npm package soon

Usage:

Example: node subscrape.js --limit 100 --sub dankmemes

Usage: node subscrape.js [--help] [--dump] [--output OUTPATH] --limit NUMBER --sub SUBNAME
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)