Google Talk Status to Twitter
Having recently gotten a Blackberry I've been looking to sync as much of it as possible to my desktop including my email, contacts, IM and other stuff. One thing that I wanted to do was to get the Google Talk status I set on the Blackberry to show up on Twitter. I found a few resources on the net that did it or came close, but ultimately I took a little different track to make it work.
It works by setting up a Google Chat badge and then parsing out the status. Then every 5 minutes a script reads the status in the Chat badge, checks it against a text file we have saved with the last status and if we have something new, sends that to Twitter.
Here is the PHP script. And there is a text file it needs as well (it is blank to start out with.) Rename the php script file from .txt to .php and upload it to your server along with the other text file. Follow the instructions on the script to get it set up and that's it.