From e3e18bbb0e583f385055854e63197004e88422b0 Mon Sep 17 00:00:00 2001 From: David Trail Date: Thu, 29 Mar 2012 15:36:15 +0200 Subject: [PATCH] A little hint for those who want to run cron jobs --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 1586d15..ab36905 100644 --- a/README.rst +++ b/README.rst @@ -10,6 +10,10 @@ Usage - Just run `./schreddit` - You may want to check out the reddit_api, build it using `python setup.py build` and then copy the /reddit directory to this directory. The reason I don't provide it is that the reddit_api changes frequently and I don't want to include a static old version here. I also don't want to have a git repo in a git repo. +Tit-bits +----------- +- If you fill in your user/passwd in your reddit_api then you won't be asked for login details when you run the program! Otherwise you'll be prompted every time. + 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*