You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
David Trail 85ffbe7600
Branch for the nopraw
12 years ago
.gitignore Branch for the nopraw 12 years ago
LICENSE omg BSD 12 years ago
README.rst no comment 12 years ago
grab.py more fh mishaps 12 years ago
kill.py using with for filehandles 12 years ago
schreddit Blarg 12 years ago
shreddit Needs to chdir to run as a cron job 12 years ago
user.json Updated the user.json, days should be an integer 12 years ago

README.rst

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 may not be good enough for some.

Usage
-----------
- Add your Reddit details to user.json, should be self explanatory 
- run `./schreddit`

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"