twython/examples/daily_trends.py

7 lines
141 B
Python

import twitter
""" Instantiate Twython with no Authentication """
twitter = twython.setup()
trends = twitter.getDailyTrends()
print trends