From 9bb446cb5c73a8f0dbcb2d0bbd3912c5647b1796 Mon Sep 17 00:00:00 2001 From: David John Date: Tue, 22 Nov 2016 09:50:03 +0000 Subject: [PATCH] =?UTF-8?q?Don't=20duplicate=20the=20description=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index f1eea9e..afdfc08 100644 --- a/README.md +++ b/README.md @@ -25,20 +25,6 @@ APIs in the near future. You can specify your username and password in the looking at the [OAuth2 instructions](#oauth2-instructions) if you intend to use this program in the future. -Shreddit is a Python command line program which will take a user's post history -on the website [Reddit](http://reddit.com), and 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! - -It allows you to maintain your normal reddit account while having your history -scrubbed after a certain amount of time. - Installation ([Click here for Windows instructions](#for-windows-users)) ------------------------------------------------------------------------ 1. Clone the repository