views:

203

answers:

2

Hi guys,

I have an RSS feed that I am working on in ColdFusion 8. What I would like to do is parse the entire RSS feed and pull out trending words.

I would like my output to display how many times each word is used. Much like a word cloud.

Thanks! Mike

+1  A: 

Sounds like you need to go to http://riaforge.org/ and download a ColdFusion Twitter API package and invest some time solving your challenge.

Aaron Greenlee
+4  A: 

Check out this article. Ray Camden walks through a Twitter Report. He uses everyting you should need to search, parse and output from Twitter.

ethyreal