/slack-downloader

Slack file download/deletion tool

Primary LanguagePythonMIT LicenseMIT

fslack.py

fslack.py is tool to download and delete files off of Slack. This is in response to this security problem

Requirements

  • [Slack API Token] - Get it from https://api.slack.com/web and pass it via --token
  • [Python] - The app is written in python3
  • [requests] - web request library for python

Installation Instructions

wget https://raw.githubusercontent.com/marek/fslack/master/fslack.py
chmod +x fslack.py

Usage Instructions

get an api token from https://api.slack.com/web

fslack.py --download --all --out foo <token>

** Note: output folder must exist prior to calling the command