slack-files-delete
slack-files-delete copied to clipboard
Script for bulk delete files in slack.
Hi, we are currently looking for a solution to delete all EMAIL files from slack. Would it be possible to change your script to do that? just delete email files?...
I added arguments so a user does not need to edit the file and can just run the script using his/her token and preferences.
Hey, i am using your script for a while already and thought it might make sense to explain the variables in the readme.
I noticed that you have a variable called DAYS with a 30 value by default. This means that the script deletes all the files with 30 days from its upload?...
Hey! When running your script, i get this error: ``` File "main.py", line 28, in files = json.loads(content)["files"] KeyError: 'files' ``` Can you help me? Thanks!!