fslack.py is tool to download and delete files off of Slack. This is in response to this security problem
- [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
wget https://raw.githubusercontent.com/marek/fslack/master/fslack.py
chmod +x fslack.py
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