Skip to content

Instantly share code, notes, and snippets.

@myfavouritekk
Last active July 3, 2017 18:21
Show Gist options
  • Save myfavouritekk/0f989d3a5a6d4251846b to your computer and use it in GitHub Desktop.
Save myfavouritekk/0f989d3a5a6d4251846b to your computer and use it in GitHub Desktop.
AppleScript: send message in Messages
tell application "Messages"
set theBuddy to buddy "[email protected]" of service "Jabber"
send "Hi" to theBuddy
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment