1.0.12 • Published 6 years ago

reddownload v1.0.12

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

Reddownload

Reddownload is a simple nodejs script to download images from subreddits.

Features

  • Download i.reddit.com images (simple api calls)
  • Download imgur images (using request and cheerio to scrape image)
  • Save images into their respective subreddit name folders
  • Doesn't download and save duplicate images
  • Can sort by "new" and "hot"
  • Can download upto 100 images at once
  • Can work on your phone using Termux, but needs a bit of tinkering

How to use

Install using

$ npm install -g reddownload

Use

$ reddownload --name=[subreddit_name] --limit=[0-100] --sort=[hot/new] --dir=['path']

Example

$ reddownload --name="EarthPorn" --limit=20 --sort="hot"
1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.2

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago