Skip to content

hamano/xtwitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

		   Xtwitter - twitter client for X

Xtwitter is very tiny twitter client for X Window System.
It'll works on Linux, and other UNIX-like operating systems.

* Project URL
  http://www.cuspy.org/wiki/xtwitter

* Requirements

  libX11
  libXaw
  Imlib2
  libcurl
  liboauth
  libjson

* Build

  % autoreconf
  % ./configure
  % make

* Configration

  % mkdir ~/.xtwitter
  % cat > ~/.xtwitter/config
  user=test
  pass=xxxxxxxx
  ^D

  if you are using libcurl-nss, you need setup cert directory.

    # apt-get install libnss3-tools
    # mkdir -p /etc/pki/nssdb
    # certutil -d /etc/pki/nssdb -N
    # wget http://SVRSecure-G2-aia.verisign.com/SVRSecureG2.cer
    # certutil -d /etc/pki/nssdb -A -n twitter -t C -i SVRSecureG2.cer


Copyright (C) 2008-2013 Tsukasa Hamano <code@cuspy.org>

About

twitter client for X

Resources

License

MIT, GPL-3.0 licenses found

Licenses found

MIT
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages