https://bugzilla.wikimedia.org/show_bug.cgi?id=54565
--- Comment #6 from Kunal Mehta (Legoktm) legoktm.wikipedia@gmail.com --- Overall, I like your code very much. I have two comments: - You mix tabs and spaces for indentation. Please use spaces exclusively - There are a lot of commented-out code blocks. Please either remove them or implement them
On xqt's question on the dependencies: - PIL is only required if the Tk interface is used -> please move the import to the functions where it is required, so that the bot can also be used without it
- I think we should remove all dependencies (such as simplejson, but also some http library in the rewrite) and switch to a virtualenv / pip based system. I'm not sure how well that would work on windows, though...