12
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 21 Jul 2023
12 points (92.9% liked)
13619 readers
1 users here now
founded 5 years ago
MODERATORS
I've filed my GDPR request a couple days ago and a shreddit session is due after that. Then another GDPR request to check.
If you’ve got an old account and active account, you’ll need to use your export to iterate through all comments to delete. Any script or app not using the export will be severely limited by the way the API (and this website) return comment listings for users.
Shreddit is rate-limiting and takes the GDPR export file as input. It's written in Rust with executable binaries available.
https://github.com/andrewbanchich/shreddit
Oh, I swear I read through those docs before and didn’t see that feature. Well that’s cool.
I ended up writing my own shitty little script bc I couldn’t find an existing one. Glad it’s out there.
Oh, I swear I read through those docs before and didn’t see that feature. Well that’s cool.
I ended up writing my own shitty little script bc I couldn’t find an existing one. Glad it’s out there.