Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Files

Latest commit

9601385 · Oct 18, 2018

History

History
25 lines (18 loc) · 420 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 420 Bytes

Slack Delete 🗑 🔥

Not sure where I found these separate scripts

Delete your slack history and uploads to manage your free account limits

How to?

$ touch slack-delete-conf.json
{
    "token" : "your slack api token",
    "days" : 7,
    "channel" : "your slack channel token"
}

Days is the number of days old, so delete everything older than 7 days

$ ruby slack-delete.rb