Skip to content

redditarchiver, a tool for archiving reddit JSON data and linked files

License

Notifications You must be signed in to change notification settings

iamthad/redditarchiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redditarchiver

redditarchiver, a tool for archiving reddit JSON data and linked files

redditarchiver will download data of a desired listing (or listings) associated with a reddit account.

According to the reddit API, it is possible to get the following listings:

  • overview
  • submitted
  • comments
  • liked
  • hidden
  • saved
  • gilded

To use redditarchiver, copy users.json.template to users.json in ~/.redditarchiver and fill out the appropriate information. Alternatively, run redditarchiver --username your_username. In this case, only 'liked' and 'saved' will be archived.

On the first run, redditarchiver will download everything from the specified listings that reddit allows it to (around 1000 items at maximum). On subsequent runs, it will only download newer items.

By default, redditarchiver will only download the JSON data. To enable preliminary support for downloading imgur images, run with --process. This will make a list of the appropriate URLs, download them with wget (if present), and, if present, use jdberry's tag tool to add OS X Mavericks tags to each file with the subreddit name in which they were found.

About

redditarchiver, a tool for archiving reddit JSON data and linked files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published