Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stas/jtw
- Owner: stas
- Created: 2009-09-27T10:06:51.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-09-27T10:07:18.000Z (over 15 years ago)
- Last Synced: 2025-01-03T11:43:51.008Z (9 days ago)
- Homepage: http://stas.nerd.ro
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.TXT
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.rojtwitterlib (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.cgiGreat thanks to Lukasz Grzegorz Maciak for jtwitterlib