2014-06-07 06:06:23 -04:00
|
|
|
Simple Subreddit Image Downloader
|
|
|
|
==========================
|
|
|
|
*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
|
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.
|