Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stas/jtw

A java twitter client build above jtwitterlib
https://github.com/stas/jtw

Last synced: 2 days ago
JSON representation

A java twitter client build above jtwitterlib

Awesome Lists containing this project

README

        

=============================================
JTW, a Twitter client built above jtwitterlib
=============================================
Both jtwitterlib and JTW are released under GPL.
Version 1.0 beta.

JTW is written in Java. And was born as a project
for my Java CS labs driven by prof. Marius JOLDOS
at Technical University of Cluj-Napoca.
http://cs.utcluj.ro

jtwitterlib (c) 2007 by Lukasz Grzegorz Maciak
http://jtwitt.googlecode.com/

JTW (c) 2009 by Stas SUSHKOV
http://stas.nerd.ro/
http://nerd.googlecode.com/

To run the project from the command line, type the following:
java -jar "jtw.jar"

Javadocs can be found inside the zipball you unziped this file!
Online svn repository can be found at
http://code.google.com/p/nerd/source/browse/#svn/trunk/java/jtw
To compile JTW you will need Apache Xerces2 XML/DOM Java Parser
(version 2.9 or above) which can be found at
http://xerces.apache.org/xerces2-j/download.cgi

Great thanks to Lukasz Grzegorz Maciak for jtwitterlib