24 lines
492 B
Markdown
Executable File
24 lines
492 B
Markdown
Executable File
rid - Reddit Image Downloader
|
|
==========================
|
|
|
|
Simple bash script to download images from subreddit.
|
|
|
|
Requirements
|
|
============
|
|
- bash
|
|
- wget
|
|
- jq
|
|
|
|
Usage
|
|
=====
|
|
```
|
|
Usage: rid SUBREDDIT [hot|new|rising|top|controversial] [number] [all|year|month|week|day]
|
|
Examples: rid starterpacks new 10
|
|
rid funny top 50 month
|
|
```
|
|
|
|
Installation
|
|
============
|
|
|
|
If you are an Archlinux user, you can install the AUR package [rid-git](https://aur.archlinux.org/packages/rid-git).
|