twitter-update.sh

twitter-update.sh is a shell script to update your twitter status. The usage is very simple.

twitter-update.sh email@address.com p4ssw0rd “Status message”

You MUST include quotes around your status message.

No password data is collected, the source shows that it only sends that data to twitter, logging you in so the script can update your status.

Requirements:

  • cURL
  • bash

Download:

The script is in SVN so you could svn co the directory that it’s in (twitter-update is the only thing in the folder) or you can download it here.

Development:

Parsing of the XML response will be added later but for now this is only for people who like XML in large quantities.