this post was submitted on 15 Jun 2023
13 points (100.0% liked)
Reddit Migration
33 readers
1 users here now
### About Community Tracking and helping #redditmigration to Kbin and the Fediverse. Say hello to the decentralized and open future. To see latest reeddit blackout info, see here: https://reddark.untone.uk/
founded 1 year ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I've been on Reddit for 13 years, and I'm hesitant to remove everything, in case I want to revisit some of my old posts/comments. Is there a way to archive your own content?
I left Reddit but didn't scrub any posts. Seemed a bit like cutting off your nose to spite your face. Although I do understand why others thought otherwise.
Huffman has recently made it clear that he wants to monetize user data, so I think that's a good reason to delete it, imho. I can still understand leaving it up as a courtesy to other users, but deleting all your content is a valid action imho.
I used Power Delete Suite to back up and delete my content. Note that there seems to be a bug in the archive export process though. I had to follow the advice on this issue to pull my full CSV backup.
Just had a go with Power Delete Suite, but the export is kind of minimal, so I think I'll roll my own with the API, while the clock ticks.
Yeah PDS is a good start but has some issues, if you're comfortable with the API you'll probably do better there.
Behold, yesterday's quick 'n' dirty Python project: https://github.com/toonvandeputte/reddit_archive
Nice!