Skip to content

Instantly share code, notes, and snippets.

@steveriggins
Created April 16, 2013 04:37
Show Gist options
  • Save steveriggins/5393379 to your computer and use it in GitHub Desktop.
Save steveriggins/5393379 to your computer and use it in GitHub Desktop.
It's All About The Benjamins
tell application "Messages"
set allTheBens to every buddy whose id contains "benacker@gmail.com"
set ben to item 1 of allTheBens
send "hey" to ben
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment