twython/examples/current_trends.py

7 lines
137 B
Python

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