2020-02-14 17:56:52 -05:00
|
|
|
rid - 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
|
2019-02-17 11:55:07 -05:00
|
|
|
- jq
|
2014-06-07 06:06:23 -04:00
|
|
|
|
|
|
|
Usage
|
|
|
|
=====
|
2020-01-19 21:29:19 -05:00
|
|
|
```
|
2020-02-14 18:05:32 -05:00
|
|
|
Usage: rid SUBREDDIT [hot|new|rising|top|controversial] [number] [all|year|month|week|day]
|
|
|
|
Examples: rid starterpacks new 10
|
|
|
|
rid funny top 50 month
|
2020-01-19 21:29:19 -05:00
|
|
|
```
|
2020-02-14 18:11:36 -05:00
|
|
|
|
|
|
|
Installation
|
|
|
|
============
|
|
|
|
|
|
|
|
If you are an Archlinux user, you can install the AUR package [rid-git](https://aur.archlinux.org/packages/rid-git).
|