slack-cleaner icon indicating copy to clipboard operation
slack-cleaner copied to clipboard

:speech_balloon: Bulk delete messages and files on Slack

Results 59 slack-cleaner issues
Sort by recently updated
recently updated
newest added

Hi , Was searching for a Slack cleaner and I came across this,I am very new to API testing. I was surprised and happy to find this. Can someone help...

Installed _slack-cleaner_ via _pip_ without an issue. Goal is to remove all files in the account, however when running the command I get the following feedback: ```bash $ sudo slack-cleaner...

I am trying to delete all messages from all channels/groups for all users before a certain date. How would I modify this command to achieve that? slack-cleaner --token --message --channel...

Your application is great! It works like a charm. I have a special case I use some different BOT in a channel. How can I delete messages of certain BOT?...

I can't delete any files. This is the command I'm using. `slack-cleaner --token --file --perform --log --rate 1` have also tried `slack-cleaner --token --file --user "*" --perform --log --rate 1`...

https://api.slack.com/changelog/2020-02-legacy-test-token-creation-to-retire We can no longer create new Slack tokens to use with slack cleaner. Any work-arounds?

Get this error running: slack-cleaner --token --file --user "*" Using the slack-cleaner installed from pip. Tried adding all scopes to my app and reinstalling app.

The cleaner works fine for a while but after about 50 messages I'm getting a "failed to delete" error: [93m Failed to delete -> [0m] followed by information on the...

### Problem: Channel messages are not being deleted when the script is performed. Results in _invalid_arguments_ error. ### Solution: Slack chat.delete usually requires argument _as_user=True_.