this post was submitted on 21 Jun 2023
121 points (100.0% liked)
Reddit Migration
458 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
in case anyone wants to know how to do this
I do not recommend Redact. Reddit cuts it off after rewriting fewer than 20 comments. If I have to manually edit thousands of comments, I will; but I'd rather automate it.
Shreddit doesn't seem to do mass edits, just deletions. Edits are safer than deletions (which Reddit seems to be restoring) and send a stronger message.
I'm looking into Power Delete Suite now.
EDIT: Ok, so Power Delete Suite gets blocked by Reddit's rate-limiting. Thankfully, it's Open Source, so I copied the code into ViolentMonkey and wrapped the pd.children.edit internals in a setTimeout() with a 2000ms delay, and that has been running successfully for hours (I also added a handler to alert me if I got any rate-limit messages in the response text, just-in-case).
let me know about your research. i'm looking to do this in the next couple of days. i found that comment on reddit. i've worked with the reddit api before and presumably i could make my own script to do it.. but there are probably complications i'm not aware of that these tools have had to deal with