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 1c910356da
Updated the user.json, days should be an integer
13 years ago
.gitignore Blarg 13 years ago
README.rst Updated the readme so github shows a good 'how-to' 13 years ago
grab.py Updated the json methods, didn\'t realise it has a load/dump for fh like objects 13 years ago
kill.py Work out now() - 7 days 13 years ago
schreddit Blarg 13 years ago
shreddit Blarg 13 years ago
user.json Updated the user.json, days should be an integer 13 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 is not good enough for some people.

Usage
-----------
- Add your Reddit details to user.json in format {'user': 'blaaaaaaaaaaaaaaaah', ...}
- 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.

- Would make life easier if Reddit just did a "DELETE * FROM abc_def WHERE user_id = 1337"