Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 741 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 741 Bytes

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