DigsbyStatus


Version: 100
Size:
4.54KB
Requirements:
No special requirements
Seller:
Dave Amenta
Price:
Free
System:
Windows 7/Vista/XP
Rating:
4.9
License:
Freeware

Description - DigsbyStatus



There was a request today on the Digsby forums about setting the status based on a Twitter feed. I thought this was a great idea, since this is something I could use. Normally I don’t use status message at all – but I do twitter.

I set to work figuring out how to set the status from outside the application. I went with the same approach that I had used before, simulating a local user via Win32 Window messages. This is a great solution because it doesn’t interfere with any actions that a user may be performing locally – you don’t even know it is happening.

I broke this project up into the two logical components, the part that gets the twitter feed and the part that actually does the work of setting the status. What I’ve come up with is a little command line utility to set the status.

It can be used like so:

DigsbyStatus.exe "This is my new status message"

Or, to clear the status:

DigsbyStatus.exe ""

Quotes are needed as to simulate a “blank” argument. The status classification can’t be changed, so you will still be available or away based on the protocol and the last state of the computer. I figure someone else might find this useful to, say, update status based on some unsupported Media Player.



More in Setup Generators-DigsbyStatus

Twitter Feed Part That Command Line Utility