
Xtwitter is very tiny twitter client for X Window System.
It'll works on Linux, and other UNIX-like operating systems, maybe.
Supported multibyte charactor
Supported libnotify(use --enable-libnotify configure option)
This program can be distributed under the terms of the GNU GPL. See the file COPYING.
Latest Source: xtwitter-0.10.5.tar.gz
Old Version: xtwitter-0.10.4.tar.gz
Debian package: xtwitter_0.10.5_i386.deb
archlinux: http://aur.archlinux.org/packages.php?ID=22092
Source repository: http://github.com/hamano/xtwitter
Install required packages(for debian)
# apt-get install libxml2-dev libnotify-dev
% ./configure
# If you want to use libnotify.
% ./configure --enable-libnotify
% make
% make install
% mkdir ~/.xtwitter
% cat > ~/.xtwitter/config
user=testuser
pass=xxxxxxxx
^D
# reading timeline
% xtwitter
# update status
% xtwitter -u "message"
# update by standard input
% echo "message" | xtwitter -u -
Tsukasa Hamano (http://twitter.com/hamano)