7 lines
136 B
Python
7 lines
136 B
Python
import tango
|
|
|
|
""" Instantiate Tango with no Authentication """
|
|
twitter = tango.setup()
|
|
trends = twitter.getWeeklyTrends()
|
|
|
|
print trends
|