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.
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.