July 3, 2008

FriendFeed’s friend: QuickSilver


A friend asked me to fix his try to convert the Growlified-Tweet-QuickSilver script for FriendFeed posting.

I don’t know if anyone has done this before, so I thought I should share how you can post to FriendFeed using QuickSilver:

Write the script

Open “Script Editor.app
Copy and Paste this script

using terms from application "Quicksilver"
  on process text ffd
    my growlRegister()
    tell application "Keychain Scripting"
      set ffd_key to first Internet key of current keychain whose server is "friendfeed.com"
      set ffd_login to quoted form of (account of ffd_key & ":" & password of ffd_key)
    end tell
    set ffd_title to quoted form of ("title=" & ffd & "&link=http://friendfeed.com/")
    set results to do shell script "curl -u " & ffd_login & " -d " & ffd_title & " http://friendfeed.com/api/share"
    
    growlNotify("Message Sent", ffd)
  end process text
end using terms from

using terms from application "GrowlHelperApp"
  on growlRegister()
    tell application "GrowlHelperApp"
      register as application "ffd" all notifications {"Alert"} default notifications {"Alert"} icon of application "Script Editor.app"
    end tell
  end growlRegister
  
  on growlNotify(grrTitle, grrDescription)
    tell application "GrowlHelperApp"
      notify with name "Alert" title grrTitle description grrDescription application name "ffd"
    end tell
  end growlNotify
end using terms from

Save the script at
~/Library/Application Support/Quicksilver/Actions/ffd.scpt

Relaunch Quicksilver (popup QS, press cmd+ctrl+Q).

Your FriendFeed-Account

Open “Keychain Access.app
Create new Entry (cmd+N)

Keychain Item Name: http://friendfeed.com
Account Name: Your FriendFeed-Username
Password: Your RemoteKey

Try it out

Popup QS. Press Period for Text Editor. Write something. Press Tab for next Selector. Type ffd. Press Enter.
Thats it. If anything is unclear, leave a comment.

This is a good solution. But I personally like using FFBoosta with its QS-Plugin better as I can assign a Trigger.

3 Comments »

Penis Enlargement:

Nice Site … speech on the health of the penis, exercises, penis enlargement pills, anatomy of the woman, clitoris, informations on sex, positions, health and much more. Visit: http://www.sinepenis.com

July 19, 2008 @ 2:58 am

Penis Enlargement:

Speech on the health of the penis, exercises, penis enlargement pills, anatomy of the woman, clitoris, informations on sex, positions, health and much more. Visit: http://www.sinepenis.com

August 2, 2008 @ 4:45 pm

Hoodia Gordonii:

We are here to provide the most up-to-date weight loss reviews, articles, and weight loss pills available to help you to lose weight. Visit: http://www.healthshop.tv

October 28, 2008 @ 3:53 am



TrackBack URL

RSS feed for comments on this post.


Leave a comment