Anyone use
Twitter? This is a QUICK AND SIMPLE way to post a Status...
Bound to Window - T (can be changed)
BUT you must install
CURL and YES there are Windows Binaries. I installed it and my path goes to it.
Replace USERNAME:PASSWORD
Code:
#t::
InputBox, Status, Twitter, Enter Twitter Status
Run curl --basic --user USERNAME:PASSWORD --data status="%Status%" http://twitter.com/statuses/update.xml,,Hide
Since it is authenticated it does NOT use a POST method. And the output is discarded in a hidden window...
A nice quick and easy script for a quick and easy app...
http://twitter.com/leighj