this post was submitted on 16 Jun 2023
545 points (100.0% liked)

Reddit Migration

670 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
 

Another update and possibly a solution for some case where posts were not properly deleted. Seems I jumped the gun on this and the restores haven't been intentional - at least not in this particular case.

There is a limitation in the popular Powerdelete that apparently prevents mass editing. Here is a link to a new version with a build-in delay and some other alternatives:
https://www.reddit.com/r/ModCoord/comments/145fico/comment/jnl4xmr/

There are other reported cases where manually deleted post reappeared or other scripts have been used, so this doesn't solve all issues but explains how posts that were both edited and deleted withPowerdelete weren't properly deleted and reappeared after subs went back live.

Update: As some have pointed out: the restores can be rollbacks from the server issues or post haven't been properly deleted due to subs being private during blackouts. Many have experienced the same issue, I can't explain how this happens. I'll just run the script again, try the GDPR request and delete my account.

Also worth noting: according to the ToS Reddit can actually do whatever they want with existing content, apparently we agreed to this when signing up.

#redditblackout #redditmigration #kbin #lemmy

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 14 points 1 year ago (4 children)

That's awful. I wonder if there's a way to automate deleting all of our posts and replies—and repeatedly run it on a schedule via a cron job or something, maybe once an hour or something. And let it run until their API becomes locked down.

[–] [email protected] 9 points 1 year ago (1 children)

And then replace it with a Selenium script afterwards.

[–] [email protected] 0 points 1 year ago

If only I know enough about programming to do it.

Right now, I'm looking at an option that I can run via command line here which I can add to my cron job queue.

[–] [email protected] 3 points 1 year ago

That's not a bad idea actually. The Powerdelete script I used is based on Javascript and needs to be started manually in the browser window, I'll just run the script once a day. But maybe someone with more knowledge can come up with a more automated solution. They can't restore user accounts forever.

[–] [email protected] 3 points 1 year ago (1 children)

@megane_kun I was thinking something very similar. I'm sure there are keywords they're looking for too, like "third party apps" and "fuck /u/spez" which trigger the restore.

[–] [email protected] 1 points 1 year ago

Probably, though from what I've seen in the linked thread, there's no such keywords present.

What I suspect is that Reddit admins saw a rise in deletions, and put two and two together and thought it's part of the protest. They're not wrong, but still a dick move.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

I've been using this for the last few years and letting it run once a month via cronjob:
https://github.com/jdbassa/Shreddit
https://aur.archlinux.org/packages/python-shreddit-git

I'm sure there are other and probably newer scripts out there, though.