snooff
======

Remove all submitted content and comments from a reddit account. It will edit the post and comment bodies to read "[deleted]" before removing them.

## Install

```
npm install -g snooff
```

## Usage

````
$ snooff [--edit-only]
```

It will open up a browser for OAuth for authentication. 

The script may take awhile depending on how many comments / submitted links / self posts you have. 

If the `--edit-only` flag is specified the posts & comments won't be deleted but will still be edited.

## Notes

 - Make sure you double check the account when authenticating with OAuth. 
 - You can stop the script like any other with Ctrl-C.
 - It prints the deleted data to stdout in JSON format separated by newlines.
 
