jTechnorati
Friday, May 14, 2004
jTechnorati is a java implementation of the Technorati API.
- jTechnorati 0.3 (source and jar)
- Technorati API documentation plus keyword search
New in 0.3
Removed Xerces dependancy
New in 0.2
Support for the keyword search and a more sensible license. (GPL was all I had to cut and paste for 0.1)
4 Comments:
Hi,
I am an user of jTechnorati. I found there's a bug at CosmosParser.java. I might be wrong, but when (String) dat is null, the parseInt() would give out exception and thus might result an error.
I tried to solve this problem by adding in String_data checker, but am not sure if the result is correct.
I am planning to use jTechnorati, After playing around with I found that it does not support RSS format for search, URL like this
http://api.technorati.com/search?format=rss&fullpost=1&key=key&query=va%2Btoday&limit=100
Is there any other Technoratir Java API that supports the new query search parameters..
Any input on this will be appreciated.
The documentation of jTechnorati could be better as they leave a lot for to the imagination. Also, the links are not correct.
Post a Comment