For a couple of days, I thought I would write some more scripts for using Twitter on command line. After some googling, I discovered there was already a command line twitter client available that would completely satisfy my needs.
Twyt is available as a source package from Andrew Price's home page. Download first the tar.gz package from the
download page and unpack it with
tar -xvf twyt-0.2.2.tar.gz. Install the package with
./setup.py install.
Twyt is written in Python, so you need to have Python installed, as well. In addition, twyt depends on the python-simplejson. I was able to install it directly from the Ubuntu repositories.
Next, create your Twitter user with:
twyt user -u username -p passwordAfter this, you can tweet with
twyt tweet "#twyt is a nice command line twitter client"You can read the updates by friends with:
twyt friendstlMore information is provided, of course, by
man twyt.