Skip to content

Instantly share code, notes, and snippets.

@lumaxis
Created February 18, 2013 13:02
Show Gist options
  • Save lumaxis/4977210 to your computer and use it in GitHub Desktop.
Save lumaxis/4977210 to your computer and use it in GitHub Desktop.
iMessage in Python
cmd = """osascript<<END
tell application "iChat"
activate
log in
delay 3
send "text" to buddy "adress" of service 1
end tell
END"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment