tweet using curl

curl -u username:password -d status=”140-char content” http://twitter.com/statuses/update.xml

If your password has special characters, try to escape them with backslashes.

Comments are closed.