1.0.12 • Published 5 years ago

reddownload v1.0.12

Weekly downloads
1
License
ISC
Repository
-
Last release
5 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

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.2

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago