Hi, I think I’m finally done with Reddit. I haven’t log in for many days, and the 2 minutes I’ve spent on the web site I just thought “Eh, this site really sucks, everything is slow, isn’t loading on my slow connecting, and is an overall pain”.

If you know who am I you know I have no shortage of Throwaway accounts if I need to check something, but I wanted to delete my main account, the one with over 200K karma and still 45 coins (I didn’t pay for them, someone gave me gold a while ago).

I don’t wanna spend an eternity manually removing everything, so I wonder if there is a tool that does it for me quickly, before I delete the account.

1 point
Deleted by creator
permalink
report
reply
3 points
*

May have some trust issues with that…

permalink
report
parent
reply
2 points
Deleted by creator
permalink
report
parent
reply
3 points

I used redact.dev

permalink
report
reply
12 points
*

Operation Razit

you need to edit your posts first – Reddit has been caught multiple times since June restoring deleted posts

permalink
report
reply
4 points

Is there a script out there that can apply this to all comments?

permalink
report
parent
reply
4 points

the Operation Razit I linked to down near the bottom explains how to use Power Delete Suite to do that

permalink
report
parent
reply
2 points

Appreciate you.

permalink
report
parent
reply
2 points

I used https://github.com/ksurl/Shreddit

Here’s a quick bash script in case you have multiple accounts and want to run the delete on a schedule. Run it under a dedicated service account or modify the script to use venv or pipenv.

#!/usr/bin/env bash
set -euo pipefail
cd ~ || exit $?
[[ "$PATH" =~ (^|:)'~/.local/bin'(:|$) ]] || export PATH="~/.local/bin:$PATH"
command -v shreddit > /dev/null || python3 -m pip install --user --upgrade pip Shreddit@git+https://github.com/ksurl/Shreddit.git
while read -r acct; do
  echo shreddit -u "$acct"
  shreddit -u "$acct"
done < <( sed -E '/^\[/!d; s/\[|\]//g' praw.ini )
permalink
report
reply
5 points
*

After you do what others suggested, go ahead and file a GDPR request to scrape your data on reddit. That’s a legally binding procedure and they have to comply.

Here’s a handy guide with a not so encouraging message at the end.

permalink
report
reply

Community stats

  • 335

    Monthly active users

  • 649

    Posts

  • 12K

    Comments

Community moderators