Tweeter = Twitter + QuickSilver + iChat + Growl

twitter.png

First, check out CodaHale.com that lets you update your twitter account from quicksilver. Then Ted added Growl support to it.

I decided this is exactly what I needed to use Twitter, except I already do this to update my iChat Status Message. I added three lines to the code, that while it updates Twitter it also changes your iChat Status Message.

Maybe next version I can figure out how to push the changes to Facebook!

To get it going, follow the CodaHale.com blog instructions, but just use this script and put it where you need.

11 Responses to “Tweeter = Twitter + QuickSilver + iChat + Growl”

  1. Twitter for Colloquy » BabylonDreams Says:

    [...] Coda Hale created a Quicksilver action to post conveniently to Twitter. Ted Leung thought it would be nice to have Growl notifications in the mix and Matt Matteson thought it needed a bit more sparkle by adding iChat support. Well, now I add two more options to the mix. [...]

  2. dryan Says:

    I didn’t like that if iChat was off it was activated by the script. I whipped up this mod to check if iChat was active first.


    tell application "System Events"
    set iChatOn to count (every process whose displayed name is "iChat")
    end tell

    if iChatOn is greater than 0 then
    tell application "iChat"
    set the status message to tweet
    end tell
    end if

  3. matt Says:

    Good modification dryan. Thanks for sharing!

  4. Beseda Says:

    Wow. Quite spiffy.
    I am really enjoying the run on this script.
    CodaHale>Ted>Matt>BabylonDreams

    Now, can your script update a user’s Twitter to reflect that it was updated via QS or Tweet.scpt??

    Twitterific can! (Not that I can take credit for Twitteriffic at all :-))

  5. matt Says:

    I don’t think I can change what it shows for how it was updated. The script works by using the unix tool curl to push a web update. No API required.

  6. rubenbroman.se » Twazer Says:

    [...] is a neat applescript based on Tweet, that not only gives a Growl notification and changes the iChat status but also adds the current Plazes location to the Twitter update. The code is based on Peter [...]

  7. iQuickTwitter - My Quicksilver + Twitter + iChat + Growl Hack » Graham English's Integral Conversations Says:

    [...] scripting, but it was still too geeky for me to get working with my limited know-how. I even found iChat support and word count with Growl [...]

  8. Sam Jones Says:

    Great job! This is exactly what I needed.

  9. Updates From Sam Jones » Blog Archive » links for 2007-10-09 Says:

    [...] MattMatteson.com » Blog Archive » Tweeter = Twitter + QuickSilver + iChat + Growl Good integration, why update them both if you don’t have to. (tags: twitter quicksilver) [...]

  10. Updates From Sam Jones » Blog Archive » Facebook Needs to Open Up for Real Says:

    [...] search yielded a great script for Quicksilver here and the improved version with iChat support here. [...]

  11. iQuickTwitter - My Quicksilver + Twitter + iChat + Growl Hack by Graham English Says:

    [...] scripting, but it was still too geeky for me to get working with my limited know-how. I even found iChat support and word count with Growl [...]

Leave a Reply