from twython import Twython """ Instantiate Twython with no Authentication """ twitter = Twython() trends = twitter.getCurrentTrends() print trends