Examples of user timelines

This commit is contained in:
Ryan McGrath 2009-06-14 20:15:54 -04:00
parent 63cf9dba3a
commit 3493047180

View file

@ -0,0 +1,7 @@
import tango
# We won't authenticate for this, but sometimes it's necessary
twitter = tango.setup()
user_timeline = twitter.getUserTimeline(id=None, screen_name="ryanmcgrath")
print user_timeline