Last active
July 3, 2017 18:21
-
-
Save myfavouritekk/0f989d3a5a6d4251846b to your computer and use it in GitHub Desktop.
AppleScript: send message in Messages
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 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