Reddit-Image-Downloader-RID/README.md

19 lines
403 B
Markdown
Raw Normal View History

2020-02-14 17:43:33 -05:00
Reddit Image Downloader
2014-06-07 06:06:23 -04:00
==========================
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:43:33 -05:00
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
2020-01-19 21:29:19 -05:00
```