Skip to content

tfreedman/reddit-time-machine

Repository files navigation

Reddit Time Machine

Reddit does not have any mechanism for browsing the site as it was on a specific date - you can use the Wayback Machine @ archive.org, but most links are dead as they'll redirect to pages that weren't specifically archived by the Wayback Machine, and not every subreddit was crawled on every date. This repository acts as a proxy to Pushshift, assembling a reasonable view of what a given subreddit looked like on a given date. Links to pages (comments, selfposts, etc) hosted on reddit.com will work (assuming they haven't been removed), but pages hosted by third parties may not function if the original page has been removed.

You can browse a given date by going to /yyyy-mm-dd/, and browse a specific subreddit on that date by going to /yyyy-mm-dd/r/subreddit

If pages fail to work, that's an issue with Pushshift - no actual data is hosted or scraped as part of this repository.

Sample pages:

The only configuration setting (via rails credentials:edit) is development_hosts: ['your.domain.here']

This repository was written using Ruby on Rails, but almost all Rails features aren't actually used (databases, asset pipeline, etc). Feel free to re-implement this in Sinatra / curl / CGI.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published