This question has been asked in different forms at different times,
But since things have changed quite a bit over time, and the existing answers are not very satisfactory to begin with, I permit myself to ask it again,
I want to implement a chat bot, for our team to be able to answer queries and accept commands (something roughly speaking like Github's hubot), I want to do this on top of Google Talk Service (the chat service which is inside Gmail and elsewhere), and I'd rather do it in Python or Go, on AWS (as opposed to using Google App Engine),
My question is there any Google chat client library in python or Go out there, which has been in active development in the past year?
Any suggestions regarding implementation of a chat bot is greatly appreciated.
My Plan is to have a Google talk client, running all the time that waits for people to talk to it and interpret their messages/commands (as opposed to running a server and dealing with user authentication and ...)