Reddit-Image-Downloader-RID/README.md

23 lines
752 B
Markdown
Raw Normal View History

2014-06-07 06:06:23 -04:00
Simple Subreddit Image Downloader
==========================
2017-06-24 14:05:27 -04:00
Tired of all of those reddit downloaders which want you to install tons of dependencies and then don't work anyway? Me too.
2014-06-07 06:06:23 -04:00
*Simple Subreddit Image Downloader* is bash script which:
- downloads ALL images from specified subreddit in full size
- Linux/MacOS/Windows
- Parallel download
2014-06-07 06:06:23 -04:00
This script just downloads all directly linked images in subreddit. For more complex usage, use other reddit image downloader.
Requirements
============
2014-06-07 06:11:23 -04:00
- bash (cygwin is OK)
- wget
- jq
2014-06-07 06:06:23 -04:00
Usage
=====
`./download-subreddit-images.sh <subreddit_name>`
2014-06-08 07:21:08 -04:00
2019-03-15 16:49:27 -04:00
Script downloads images to `<subreddit_name>` folder in current directory. If you want to change that, you need to edit destination in rdit.sh for now.