Hi folks, with the most recent reddit scandal I figured I should repost this here for those refugee's of reddit.
I made a script to delete a user's saved posts using PRAW and python. It's not too hard to set up, and will go through your user history to delete(unsave) your saved posts and comments. For deleting comments and the like I suggest using Power Delete Suite.
I'd highly recommend reading through the readme before running the script. :P
You can find my script here.
You must install python and PRAWS. You can get python here.
You can get PRAWS using pip. Just type this into your command line (after installing python):
pip install praw
If you have questions feel free to message me.
Thanks!
gold
I'm curious about why it focusses on deleting saved posts? Was it for learning how to use PRAW and develop a script that works on reddit?