Recall those applications that provide the option to "Send usage statistics to help improve X" during the installation? I presume it collects certain patterns of usage and sends it back to the server. Back at the server, there may be some sort of mining going on.
Is there a Python library to do this .. at least from the client part? (other than manually having to code it up using urllib
, for instance)