How to get skype status programmatically?
I want to create a small console application to return current Skype status of the local Skype application if it's running (online / away / do not disturb / invisible / offline) and write history of its changes to the text file. How can I do this? Where to start? You can use Skype4Py for this: https://github.com/awahlig/skype4py It has GET/SET USERSTATUS command http://dev.skype.com/desktop-api-reference#COMMANDS tl;dr; The status checking URL is gone, your best bet is the API . Details There is an API aimed at web developers integrating call functions on their sites. It seems highly