Reddit-Image-Downloader-RID/README.md

23 lines
846 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:
- has minimal external dependencies
- downloads full-size images from subreddits
- is crossplatform (tested on windows with cygwin)
2014-06-08 07:20:25 -04:00
- uses SSL connection
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
- GNU grep (on MacOS install with `brew install grep --with-default-names`)
2014-06-07 06:06:23 -04:00
Usage
=====
2014-06-08 07:20:25 -04:00
`./rdit.sh <subreddit_name>`
2014-06-08 07:21:08 -04:00
2014-06-08 07:20:25 -04:00
Script downloads images to folder named "down" in current directory. If you want to change that, you need to edit destination in rdit.sh for now.