Xtwitter
twitter client for X
Overview
Xtwitter is very tiny twitter client for X Window System.
It’ll works on Linux, and other UNIX-like operating systems, maybe.
Dependencies
- libX
- libXaw
- Imlib2
- libcurl
- liboauth
- json-c
Download
This program can be distributed under the terms of the GNU GPL. See the COPYING file.
Latest Source: xtwitter-0.14.tar.gz
Old Version: xtwitter-0.13.tar.gz
archlinux: http://aur.archlinux.org/packages.php?ID=22092
Source repository: http://github.com/hamano/xtwitter
Build
Install required packages(for debian)
# apt-get install libxaw7-dev libimlib2-dev liboauth-dev libjson0-dev
% autoreconf
% ./configure
% make
% make install
Configration
% mkdir ~/.xtwitter
% cat > ~/.xtwitter/config
user=testuser
pass=xxxxxxxx
^D
Usage
# reading timeline
% xtwitter
# update status
% xtwitter -u "message"
# update by standard input
% echo "message" | xtwitter -u -
Screenshot
This is an old version(earlier 0.14).
Author
Tsukasa Hamano http://twitter.com/hamano