【问题标题】:How to get the contact online status of Skype friends via Applescript如何通过 Applescript 获取 Skype 好友的在线联系状态
【发布时间】:2009-10-10 19:34:10
【问题描述】:

有没有办法通过 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"

【问题讨论】:

    标签: applescript skype


    【解决方案1】:

    好吧,这很容易......有时休息一下会有所帮助;-)

    tell application "Skype"
       set result to send command "GET USER <userName> ONLINESTATUS" script name "getType"
    end tell
    

    干杯 朱利安

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多