Jump to content

Does anyone have or know any good Twitter Trends scraping tools? Preferrably Perl or Python...

MikeH's Photo
Posted Dec 03 2009 10:00 AM
5388 Views

Hashtag.org used to be good to scrape for hashtag trends, but is no longer updated. Twopular.com and Klout.com are good sites to browse for trends, but for getting raw data, it would be great to have a scraping tool that would grab the most discussed topics on twitter for a given time-period. Does anyone know if a script already exists... Google returns a bunch of links, of which most are not useful.

Thoughts, suggestions or ideas would be helpful.

Thanks.

Tags:
1 Subscribe


2 Replies

0
  ecasbas's Photo
Posted Jun 08 2010 02:56 PM

Does urldigger could assist you in some way?
http://code.google.com/p/urldigger/

Let me know
0
  mvark's Photo
Posted Jun 16 2010 11:30 PM

You can get the top ten topics that are currently trending on Twitter using their API -
http://apiwiki.twitt...ethod%3A-trends

This sample shows how to fetch the Trends using the API with PHP -http://ulyssesonline.com/2009/11/28/retrieve-the-latest-twitter-trends/