Skip to content

Instantly share code, notes, and snippets.

@joet3ch
Created March 9, 2013 02:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joet3ch/5122195 to your computer and use it in GitHub Desktop.
Save joet3ch/5122195 to your computer and use it in GitHub Desktop.
Send some iMessage love
tell application "Messages"
set myid to get id of first service
set mygf to buddy "gf@example.com" of service id myid
send "<3" to mygf
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment