Reddit-Image-Downloader-RID/README.md
2020-02-14 23:43:33 +01:00

18 lines
403 B
Markdown
Executable file

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