From 7f60b7a0180385dea14e66146cd6175d5966a4ca Mon Sep 17 00:00:00 2001 From: David Trail Date: Mon, 19 Mar 2012 12:02:42 +0000 Subject: [PATCH] added caveat --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index c91001e..f6d5018 100644 --- a/README.rst +++ b/README.rst @@ -14,3 +14,5 @@ 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. I believe it best to set the script settings and run it as a cron job and then it won't be a problem unless you post *a lot* - Would make life easier if Reddit just did a "DELETE * FROM abc_def WHERE user_id = 1337" + +- You require the reddit python library somewhere in your PYTHONPATH