Skip to content

risboo6909/reddit-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reddit-dl

Reddit images downloader written in Rust

Inspired by https://github.com/darkmtr/reddit-downloader

This is intended to be my first project which uses rust async/await capabilities to concurrently download images from Reddit.

Usage

USAGE:
    reddit-dl [OPTIONS] 

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -d, --dir                     Directory to save downloaded images (default is $HOME/Pictures/reddit)
    -l, --limit                 Max number of images to download (defaults to 50)
    -m, --max_connections     Maximum number of simultaneous downloads (defaults to 10)

ARGS:
        subreddit name

Examples

Download 100 images from subreddit memes into $HOME/Pictures/reddit/memes directory:

./reddit-dl memes

Download 50 images from subreddit dankmemes into ./dankmemes directory:

./reddit-dl dankmemes -l 50 -d dankmemes

About

Reddit images downloader in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages