Skip to content

Instantly share code, notes, and snippets.

@sam-k3nny
sam-k3nny / slack_delete.py
Created July 17, 2018 02:29 — forked from Paradoxis/slack_delete.py
Delete all Slack files. Usage: python slack_delete.py --token <your token>
import argparse
import requests
import time
import json
SLEEP = 3
def main():
"""
Entry point of the application