subscrapetest
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 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:
- Clone or download this repository with Git (git clone https://github.com/vooids/subscrape.git)
- Run
npm install
inside the program directory
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)