I'm trying to listen to data coming in on a socket, but loops just stop the script from responding. I've tried async methods, but I think thats going down the wrong path. I'm basically trying to talk to the msn servers (packet sniffing etc)
I don't know much about Python, but I think it has to be done with classes. I've NEVER written classes in any language believe it or not