subscrape
v0.1.0
Published
Subscrape is a very simple tool to download the latest images from a specific sub reddit.
Downloads
1
Maintainers
Readme
Subscrape
Subscrape is a very simple node package to download the latest images from a specific sub reddit.
Installation:
- Install Node.js version 12 or higher (https://nodejs.org/en/download/)
- Run
npm i -g subscrape
and wait for the package to finish. - For more help with npm packages, heres a [handy guide you can use.][https://docs.npmjs.com/]
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)