0.0
No release in over 3 years
Low commit activity in last 3 years
Reddit_archiver is a command line tool that will download all of the posts and comments from a given reddit account and store them in flat text files.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
~> 10.1.1
~> 2.14.1
~> 1.17.1

Runtime

~> 4.3.1
~> 0.1.2
 Project Readme

RedditArchiver

RedditArchiver is a simple command line tool that will retrieve the contents of a reddit account, up to reddit's hard limit of 1000 items. This means that if your account contains a total of 1001 submissions or comments, only 1000 of them can be retrieved. There is currently no way around this limit.

Installation

Add this line to your application's Gemfile:

gem 'reddit_archiver'

And then execute:

$ bundle

Or install it yourself as:

$ gem install reddit_archiver

Usage

$ mv config.yml.example config.yml

Edit the configuration file to supply your account details. Then, run

$ bundle exec reddit_archiver

Once the script finishes, your posts will be available in the directory specified in config.yml.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request