Created
March 9, 2013 02:20
-
-
Save joet3ch/5122195 to your computer and use it in GitHub Desktop.
Send some iMessage love
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "Messages" | |
set myid to get id of first service | |
set mygf to buddy "[email protected]" 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