Current Trends example - very basic

This commit is contained in:
Ryan McGrath 2009-06-13 21:34:44 -04:00
parent 55b28c9184
commit 2fbb99c38d

View file

@ -0,0 +1,8 @@
import tango
import pprint
""" Instantiate Tango with no Authentication """
twitter = tango.setup()
trends = twitter.getCurrentTrends()["trends"]
print trends