twython/tango_examples/current_trends.py
2009-06-13 21:34:44 -04:00

8 lines
161 B
Python

import tango
import pprint
""" Instantiate Tango with no Authentication """
twitter = tango.setup()
trends = twitter.getCurrentTrends()["trends"]
print trends