Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'See and post Twitter messages from Terminal' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
See and post Twitter messages from Terminal
Authored by: Kalak on Apr 12, '10 10:16:23AM
Both work. Quick shell script:

#!/bin/bash
curl -u username:password -d status="$1" https://twitter.com/statuses/update.xml > /dev/null 2>&1
twitter.sh "Twitter scripts - now on a command line near me via MacOSXHints.com"---
--
Kalak
I am, and always will be, an Idiot.
---
--
Kalak
I am, and always will be, an Idiot.
Edited on Apr 12, '10 10:19:45AM by Kalak


[ Reply to This | # ]