Reddit-Image-Downloader-RID/README.md

19 lines
428 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
2020-02-14 17:32:14 -05:00
Simple script downloading images from subreddit.
2014-06-07 06:06:23 -04:00
Requirements
============
2020-02-14 17:32:14 -05:00
- bash
2014-06-07 06:11:23 -04:00
- wget
- jq
2014-06-07 06:06:23 -04:00
Usage
=====
2020-01-19 21:29:19 -05:00
```
2020-02-14 17:34:08 -05:00
Usage: ./download-subreddit-images.sh 'subreddit_name' [hot|new|rising|top|controversial] [number] [all|year|month|week|day]
2020-02-14 17:32:14 -05:00
Examples: ./download-subreddit-images.sh starterpacks new 10
./download-subreddit-images.sh funny top 50 month
2020-01-19 21:29:19 -05:00
```