13

Twitter Trending Topics

Posted in Internet by cantinflasa 361 days ago

This is an Script that displays the Twitter Global Trending Topics every 30 minutes. If you're a twitter addict you'll love this geeklet.

If you want to know this is the code used:

curl --silent "search.twitter.com" | grep '?q=' | cut -d ">" -f 2 | sed 's/</a//g' | sed 's/&amp;/&/g'

Geeklet files to download

Comments

Log in to comment or register here.