Ejemplo n.º 1
0
'''
Created on May 3, 2009

@author: darkxanthos
'''
from twitter import Twitter

test = Twitter()
test.username = "******"
test.password = "******"

print test.statuses.friends_timeline()[0]