Skip to content

Instantly share code, notes, and snippets.

@BlakeWilliams
Created August 11, 2012 06:46
Show Gist options
  • Select an option

  • Save BlakeWilliams/3321873 to your computer and use it in GitHub Desktop.

Select an option

Save BlakeWilliams/3321873 to your computer and use it in GitHub Desktop.
Messages.app spammer
tell application "Messages"
activate
repeat with myBuddy in buddies
if handler of myBuddy is "+18505555555" then
repeat
send "hey" to myBuddy
end repeat
end if
end repeat
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment