Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ostrolucky/Simple-Subreddit-Image-Downloader
Bash script for downloading images posted in specific subreddit with minimal footprint
https://github.com/ostrolucky/Simple-Subreddit-Image-Downloader
Last synced: about 1 month ago
JSON representation
Bash script for downloading images posted in specific subreddit with minimal footprint
- Host: GitHub
- URL: https://github.com/ostrolucky/Simple-Subreddit-Image-Downloader
- Owner: ostrolucky
- License: gpl-2.0
- Created: 2014-06-07T10:09:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-24T22:29:03.000Z (7 months ago)
- Last Synced: 2024-10-27T12:10:34.669Z (about 2 months ago)
- Language: Shell
- Size: 21.5 KB
- Stars: 53
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - Simple-Subreddit-Image-Downloader - Bash script for downloading images posted in specific subreddit with minimal footprint (Shell)
README
Simple Subreddit Image Downloader
==========================
Tired of all of those reddit downloaders which want you to install tons of dependencies and then don't work anyway? Me too.*Simple Subreddit Image Downloader* is bash script which:
- downloads ALL images from specified subreddit in full size
- Linux/MacOS/Windows
- Parallel downloadThis script just downloads all directly linked images in subreddit. It can also download with a specific sort. For more complex usage, use other reddit image downloader.
Requirements
============
- bash (cygwin is OK)
- curl
- jqUsage
=====
```
Usage: ./download-subreddit-images.sh [hot|new|rising|top|controversial] [all|year|month|week|day] [limit]
Examples: ./download-subreddit-images.sh starterpacks new week 10
./download-subreddit-images.sh funny top all 50"
```Script downloads images to `` folder in current directory. If you want to change that, you need to edit destination in rdit.sh for now.