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 e20a61431d
Ignore the config, I think this is the correct course of action for config files anyway...
13 years ago
.gitignore Ignore the config, I think this is the correct course of action for config files anyway... 13 years ago
LICENSE omg BSD 13 years ago
README.rst added caveat 13 years ago
schreddit Blarg 13 years ago
shreddit A few minor changes, debug output, etc 13 years ago
shreddit.cfg Verbosity in config 13 years ago

README.rst

Shreddit
###########

Details
-----------
Uses the reddit_api over at https://github.com/mellort/reddit_api to do all the heavy lifting.

Usage
-----------
- Just 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"

- You require the reddit python library somewhere in your PYTHONPATH