From 3fc9c070b5a7314ff60380314d905acd072ade05 Mon Sep 17 00:00:00 2001 From: Naypam Date: Mon, 29 Feb 2016 11:48:39 +0000 Subject: [PATCH] New reqs --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 083b4a0..77bdbd8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ Shreddit ----------- +--- +Note! The latest version uses YAML format over the old simpleconfigparser! +This means you'll have to migrate your config file to yaml! + + Shreddit is a Python command line program which will take a user's post history on the website Reddit (http://reddit.com) and after having the user edit a config file will systematically go through the user's history deleting one post/submission at a time until only those whitelisted remain. Note: When it became known that post edits were *not* saved but post deletions *were* saved code was added to edit your post prior to deletion. In fact you can actually turn off deletion all together and just have lorem ipsum (or a message about Shreddit) but this will increase how long it takes the script to run as it will be going over all of your messages every run! Basically it lets you maintain your normal reddit account while having your history scrubbed after a certain amount of time.