kfei / slack-cleaner

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

Fixes python3 dict removal of iteritems() - is now just items() #62

Closed johbro closed 6 years ago

johbro commented 6 years ago

There's a bug here if using python 3 and attempting to delete specific user messages. This is caused by a call to iteritems() which no longer exists in Python 3.x

sgratzl commented 6 years ago

duplicate of #53

johbro commented 6 years ago

Closing, as it's duplicate of #53