Random Post

This Is So True

Anyone who has ever designed a web page will definitely agree with this!

Read More

BAM! You’ve Been Engineered!

Posted by Absar | Posted in Music, Technology | Posted on 31-10-2009

Tags: , , , , , , ,

7

So, I was watching this episode of How I Met Your Mother, where Marshall keeps on pointing flaws in Barneys theories, and then says “BAM! You’ve been lawyered!” So, I got to thinking – if people as boring as lawyers can do it, why not engineers! So you come up with a nifty little methodical shortcut for doing things, or optimize someone elses process, and then you go “BAM! You’ve been engineered!” That’s cool, and it can be used as an innuendo when used correctly :P

Anyway, so people who follow me on Twitter know that I use a service called twt.fm to share music from time to time. But I got tired of using their website, so I decided to write myself a little script. I used Doug’s AppleScript to get the current playing track information from iTunes (credit to him for that), and then wrote an Automator script to get the twt.fm URL from their API and post it via Tweetie.

You can download the script here. You can put it in your Scripts folder so that it appears in the menubar, or you can put it in the Applications folder. Just launch the script when your song is playing in iTunes, and the script will get the twt.fm link and open a new post in Tweetie with the content. You can tweak the way your message appears by opening the script in Automator.

The only configuration required is opening the script in Automator, and entering your Twitter username and password. That’s it. And there you go.. BAM! You’ve been engineered! ;)

Comments (7)

Ooh, nice. I need to try this once I get my Mac back.

Can you believe I miss my Mac! :o

Oh KAB aayayga tumhara Mac waapis?

She said 10 days, it’s been 8 and they haven’t called me about it yet, so I don’t know.

[...] This cup of tea was served by: I AM The Universe: Random Thoughts [...]

[...] This cup of tea was served by: I AM The Universe: Random Thoughts [...]

This might be a really obvious question, but where do you input your username and password in the code?

You have to do it in the first ‘Run AppleScript’ section. Right near the top, there’s two variables called twitterUsername and twitterPassword. You have to set their values to your login info :)

Write a comment