kfei / slack-cleaner

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

implement a command line argument for deleting messages with certain words #87

Open DGKSK8LIFE opened 4 years ago

sgratzl commented 4 years ago

take a look at https://github.com/sgratzl/slack_cleaner2 which is a python module approach for slack cleaner. Thus, you can iterate over all the messages more easily and decide for yourself which ones you like to delete.

DGKSK8LIFE commented 4 years ago

ok, Thanks! I guess we can close this issue or?