kfei / slack-cleaner

:speech_balloon: Bulk delete messages and files on Slack
MIT License
1.24k stars 144 forks source link

Remove messages posted by APPs? #46

Open deedeeck opened 7 years ago

deedeeck commented 7 years ago

Is there a way to remove messages posted by APPs? They dont seem to be recognized as bots. For eg, removing messages posted by Trello or Bitbucket apps,

moeseth commented 7 years ago

@deedeeck i got this same problem. it used to work fine even for bot messages.

oocyte commented 7 years ago

It's still working fine for me. Have you included --bot as part of your command?

This is what I'm running:

./slacker --token <token> --message --channel pokemon --bot --perform
oocyte commented 7 years ago

This is my authorization settings. It's probably too loose:

bot
users:read

channels:history
channels:read
channels:write
groups:history
groups:read
groups:write
im:history
im:read
im:write
mpim:history
mpim:read
mpim:write