Examples of user timelines
This commit is contained in:
parent
63cf9dba3a
commit
3493047180
1 changed files with 7 additions and 0 deletions
7
tango_examples/get_user_timeline.py
Normal file
7
tango_examples/get_user_timeline.py
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue