Do you guys know of any way to backup saved data form your reddit account?
I want to backup my comments and saved posts from my 10 year old reddit account before I nuke it. Just for sentimental sake. Does anyone have any tips?
I tried it as well, and it's pretty simple if you're comfortable in a terminal or on the command line.
On macOS, I used DB Browser for SQLite to view the data, and that works pretty well. Installed with Homebrew: brew install --cask db-browser-for-sqlite. Then, I just launched the new app and opened the reddit.db file. That file gets created wherever you run reddit-user-to-sqlite.
So besides this: https://www.reddit.com/settings/data-request - which... I just requested for MY account, but I have no idea exactly what context or how much Ill get (my account is 10+ yrs)... there are a few:
There are also THIS: https://redditcommentsearch.com/
and THIS: https://camas.unddit.com/
which I have used to spelunk through my comment history before, which you COULD use to make a dump of your Reddit history, but it could take a while and be onerous (maybe write a powershell script to bash those utils with direct POST and GET requests, dunno).
I did the data request a couple of weeks ago and it was surprisingly comprehensive. I got a .csv with all comments in it going back to 2009, messages, what I'd voted on and saved, and even IP logs (but only for the last year or so it looks like on that one.)