Metadata-Version: 2.1
Name: deslackify
Version: 0.4.0
Summary: A program to delete old slack messages.
Home-page: https://github.com/bboe/deslackify
Author: Bryce Boe
Author-email: bbzbryce@gmail.com
License: Simplified BSD License
Keywords: slack
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: slacker (<0.13,>=0.12)

# deslackify

A tool to remove your own slack messages.

## Installation

```sh
pip install deslackify
```

## Obtaining Slack Legacy Token

Generate a token via: https://api.slack.com/custom-integrations/legacy-tokens

## Running

```sh
deslackify --token TOKEN USERNAME
```

By default `deslackify` will remove USERNAME's messages that are more than a
year old. You may also manually specify a `before` date via:

```sh
deslackify --token TOKEN --before YYYY-MM-DD USERNAME
```


