twitter-echo (shell script)

About

This is simple command for Twitter.
The arguments are sent to Twitter. The answer of Twitter (xml or json) is output.

System requirements

This is shell(sh) script. This uses curl or wget.

Usage

$ twitter-echo -h
twitter-echo [options...] text...
  Options
    -u=USER  username
    -p=PASS  password
    -j  json format
    -x  xml format
    -h  help
  Environment variables
    TWITTER_ECHO_user
    TWITTER_ECHO_pass
    TWITTER_ECHO_format  "xml" or "json"

Download

twitter-echo-1.0.sh