Skip to content

Instantly share code, notes, and snippets.

@riddle
Created June 5, 2009 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save riddle/124267 to your computer and use it in GitHub Desktop.
Save riddle/124267 to your computer and use it in GitHub Desktop.
Twitterrific AppleScript
on process_tweet(tweetId, tweetDate, tweetScreenName, tweetUserName, tweetUserUrl, tweetUserImageUrl, tweetText, tweetType)
if tweetScreenName is "RazorJack" then
tell application "Finder"
say tweetText using "Fred"
end tell
end if
end process_tweet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment