Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Misleading README #182

@adodge

Description

@adodge

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'

This seems to be the way to do it:

>>> print api.GetUserTimeline(screen_name=user)[0].user.name
u'Bitchin Burgers'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions