shreddit icon indicating copy to clipboard operation
shreddit copied to clipboard

Filter by max score with GDPR export

Open skorokithakis opened this issue 2 years ago • 4 comments
trafficstars

Is it possible to filter by max score with the GDPR export? Can the client check the score locally, if you're already fetching the comment before deleting?

skorokithakis avatar Aug 20 '23 17:08 skorokithakis

It is definitely possible, and should be fairly easy to add if it doesn't already work. I assume you've tried and it didn't work?

andrewbanchich avatar Aug 21 '23 01:08 andrewbanchich

Yes, it complained that max score is not compatible with GDPR export. Oddly, it didn't exit with an error, but it complained about the same thing for every single item in the export (and it didn't try to delete them, so it kept printing screenful after screenful of text).

skorokithakis avatar Aug 21 '23 01:08 skorokithakis

Ah I see. Yeah, this should be fairly easy to do, but unfortunately I'm pretty busy and probably won't have time to look at it any time soon.

PRs are always welcome though, and I don't mind assisting with any questions.

andrewbanchich avatar Aug 21 '23 20:08 andrewbanchich

My Rust is... rusty, but I can give it a go!

Also, I've used this for simple issues, and it was pretty useful, if you want to try it:

https://sweep.dev/

skorokithakis avatar Aug 21 '23 20:08 skorokithakis