Skip to content

johnsonjsyuen/rust_reddit_photo_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reddit Picture Downloader

Download pictures from a Subreddit, sorted by top votes of a time period. Max pages can be specified or left as 0 to download until no listings remain.

Usage

./downloader --subreddit aww --period month  --max-pages 3

Database export

Stores listings downloaded into a duckdb database, as well as in Parquet format. Download does not fail if either operation fails.

Compile in Docker for Linux

docker run --rm --user "$(id -u)":"$(id -g)" -v "$PWD":/usr/src/myapp -w /usr/src/myapp rust:1.68.2 cargo build --release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages