kfei / slack-cleaner

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

Working both in python 2.x and 3.x. Added colorama. #70

Closed farfalk closed 2 years ago

farfalk commented 5 years ago

I made a little (unpretty) edit to allow execution of the script both in 2.x and 3.x - the only conflict in the whole package was in the iteritems() VS items(), so an external if solved it.

I also added colorama to make the terminal colors work in Windows (both cmd and ps), because the ANSI sequences made the outputs unreadable. If you accept the proposal, please add the library to the requirements - it is not normally included in 2.x distributions AFAIK.

sgratzl commented 5 years ago

you might wanna check out my fork at https://github.com/sgratzl/slack-cleaner