From 2609c3ebf6eaf30b1662d08b0cbd2dcfc92dfd71 Mon Sep 17 00:00:00 2001 From: David Trail Date: Fri, 16 Mar 2012 15:40:19 +0100 Subject: [PATCH] Readme done --- README.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.rst b/README.rst index e69de29..5bfb348 100644 --- a/README.rst +++ b/README.rst @@ -0,0 +1,15 @@ +Shreddit +########### + +Details +----------- +When one deletes their account on Reddit it does nothing with their comment history other than +obscure the author (replaces with [deleted]) which is not good enough for some people. + +Caveats +---------- +- Only your previous 1,000 comments are accessable on Reddit. So good luck deleting the others. +There may be ways to hack around this via iterating using sorting by top/best/controversial/new +but for now I am unsure. + +- Would make life easier if Reddit just did a "DELETE * FROM abc_def WHERE user_id = 1337"