slack_cleaner2¶
Version: 3.2.2
Bulk delete messages and files on Slack.
Quickstart¶
To get started with slack_cleaner2, install with pip:
pip install slack_cleaner2
Contents¶
Installation¶
The simplest way to install slack_cleaner2 is via pip:
pip install slack-cleaner2
Introduction¶
Developer install¶
To install a developer version of slack_cleaner2, you will first need to clone the repository:
git clone https://github.com/sgratzl/slack_cleaner2
cd slack_cleaner2
Next, install it with a develop install using pip:
pip install -e .