19 lines
403 B
Markdown
Executable File
19 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
|
|
```
|