Archive

Posts Tagged ‘flickr’

XPath for accessing Flickr’s popular tags

May 9, 2008 1 comment

I was finally able my parsing of my Flickr-based project to use XPath instead of iterating through nests of XML elements to get at the daily, weekly and all-time popular tags on Flickr’s most popular tags page.

Read more…

Categories: Java, Uncategorized Tags: ,

Flickr Popular Tags page parsing using Java – update

April 30, 2008 Leave a comment

In my last post on parsing Flickr popular tags I had discussed converting the Flickr page HTML to XML (using Tidy on the command line) and then using the Java XML APIs to get a Document that I could parse.

But I was able to find some sample code of how to use Tidy (jTidy) to parse HTML and return a Document, so I have changed my code as follows…

Read more…

Categories: Java Tags: , ,

Parsing Flickr’s Popular Tags page

April 23, 2008 1 comment

For my Visual Databases course (again), one of my project goals is to be able to parse Flickr’s most popular tags page, save the results over the course of a few days, and check the variation of the popular tags with time. And on my Windows desktop…

OK, here is what I did.
Read more…

Categories: Java Tags:
Follow

Get every new post delivered to your Inbox.