Skip to content

Instantly share code, notes, and snippets.

@netstu
Created December 20, 2013 05:44
Show Gist options
  • Save netstu/8050865 to your computer and use it in GitHub Desktop.
Save netstu/8050865 to your computer and use it in GitHub Desktop.
applescript 得到服务 ID,名称,好友等
tell application "Messages"
--get name of every service
--get id of every service
--get services
--get name of services
get buddies
get name of buddies
get id of buddies
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment