Dear all,
is there a way to get the online status of each Skype contact via Applescript?
So far I only managed to get the group of online users. However, I need also the corresponding online status.
Thnaks for your help!
Cheers Julian
set groupType to send command "GET GROUP " & group & " TYPE" script name "getType"
if groupType contains "ONLINE" then
set onlineFriends to send command "GET GROUP " & group & " USERS" script name "getType"