Skip to content

jeetprksh/reddimg

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

Reddimg

Reddimg is a utility that allows you to download all the available images on a particular subreddit. For this it depends on the user to specify the subreddit via a JSON configuration file that needs to be placed in:

<USER_HOME>/Reddimg/config.json

The typical configuration file can look like:

{
  "appId": "unique.application.id",
  "version": "version",
  "userName": "yourRedditUserName",
  "subreddit": "subRedditName"
}

Once the configuration file is in place we need to build the repository and build the Jar using following commands:

> git clone https://github.com/jeetprksh/reddimg.git
> cd reddimg
> mvn install
> java -jar target/reddimg-1.0.0.jar

The images would be downloaded on the directory with same name as that of subreddit on configuration file:

<USER_HOME>/Reddimg/subRedditName

About

Utility for downloading all the images from a subreddit.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages