twython/tango_examples/get_user_timeline.py
2009-06-14 20:17:48 -04:00

7 lines
189 B
Python

import tango
# We won't authenticate for this, but sometimes it's necessary
twitter = tango.setup()
user_timeline = twitter.getUserTimeline(screen_name="ryanmcgrath")
print user_timeline