You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2024. It is now read-only.
It looks like the README has fallen out of sync with the implementation. If you actually try the example of api.GetUserTimeline(), it doesn't work as expected.
>>> user = "bitchinburgers"
>>> print api.GetUserTimeline(user)[0].user.name
u'alexdodge'
It looks like the README has fallen out of sync with the implementation. If you actually try the example of api.GetUserTimeline(), it doesn't work as expected.
This seems to be the way to do it: