kfei / slack-cleaner

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

delete all messages from all channels older than certain date #66

Open agilangovan opened 6 years ago

agilangovan commented 6 years ago

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 general --user "*" --before 20180424

Thank you.

cindy-ho commented 6 years ago

@agilangovan you must add '--perform' to the end.

mstawick commented 5 years ago

But is it possible to target all channels?

qw3r3wq commented 5 years ago

And it is not possible to remove "RSS Feed messages". It simply cannot find them.

qw3r3wq commented 5 years ago

And it is not possible to remove "RSS Feed messages". It simply cannot find them.

need to add --bot

pedro380085 commented 3 years ago

Do we have this option to delete from all channels?