mirror of
https://github.com/seigler/slack-cleanup
synced 2025-07-27 01:36:12 +00:00
16 lines
587 B
Markdown
16 lines
587 B
Markdown
# Slack Cleanup
|
|
|
|
[](https://circleci.com/gh/madecomfy/slack-cleanup/tree/master)
|
|
|
|
A program for cleaning up slack files to free up space.
|
|
|
|
## Setup
|
|
|
|
Install Slack Cleanup
|
|
|
|
go get github.com/madecomfy/slack-cleanup
|
|
|
|
You will need to generate an API token that has permission to delete files. Add this token to your environment
|
|
variables (we use Direnv to manage env vars).
|
|
|
|
export SLACK_API_TOKEN=xoxp-111111-1111111-1111111-1111111-111111
|