Reddit-Image-Downloader-RID/README.md

19 lines
414 B
Markdown
Executable File

Simple Subreddit Image Downloader
==========================
Simple script downloading images from subreddit.
Requirements
============
- bash
- wget
- jq
Usage
=====
```
Usage: ./download-subreddit-images.sh 'subreddit_name' [hot|new|rising|top] [number] [all|year|month|week|day]
Examples: ./download-subreddit-images.sh starterpacks new 10
./download-subreddit-images.sh funny top 50 month
```