Getting geeky with Twitterrific and AppleScript

31.01.2009

if tweetScreenName is "TalkingMoose" then

tell application "Finder"

say tweetText using "Fred"

end tell

end if