有没有办法通过 Applescript 获取每个 Skype 联系人的在线状态?
到目前为止,我只设法获得了在线用户组。但是,我还需要相应的在线状态。
感谢您的帮助!
干杯朱利安
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"