this post was submitted on 09 Jun 2023
14 points (100.0% liked)

Asklemmy

43394 readers
1297 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] RadDevon@lemmy.ml 3 points 1 year ago (3 children)
[โ€“] C4Phoenix@lemmy.world 2 points 1 year ago

That is a really cool project. I will definitely try it.

[โ€“] RadDevon@lemmy.ml 2 points 1 year ago* (last edited 1 year ago)

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.

[โ€“] snapbuzz@sh.itjust.works 1 points 1 year ago

I just gave this a shot and it worked great. Thanks!