UsersLookup fails when more than 100 users are requested · Issue #523 · bear/python-twitter · GitHub
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.

UsersLookup fails when more than 100 users are requested #523

Description

@ackellyb

The Twitter API states that only 100 total user ids and screen names can be included in a request (Source).

Python-Twitter doesn't make reference to this limit, and fails with a generic error 'Unknown error' if more than 100 are included.

Either having the documentation reflect this limit, or having UsersLookup make multiple requests for more than 100 users would solve this issue.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions