Redelete removes all of your reddit comments and submissions.

Build Status

Quickstart

``` // authorize your reddit account with this app: $ redelete authorize

// add configuration options to the username you just authorized // add subreddit exclusions (space separated list of subreddits) $ redelete config -a webdev reactjs rust

// add a minimum score to avoid deleting posts higher than this score $ redelete config -s 500

// add a max time to avoid deleting posts made newer than this time (in hours) $ redelete config -t 5

// do them all at once $ redelete config -a webdev reactjs rust -s 500 -t 5

// dry-run the app $ redelete run -d

// run the app and actually delete your posts $ redelete run

// view your config options for any given username $ redelete view

// help $ redelete -h $ redelete run -h $ redelete config -h $ redelete view -h

```

You can configure the application to skip

This is my first rust app, so all feedback is welcome (negative or positive).

To do

Warning