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 Splits screen_name by Characters When Passed a str #535

Description

@caleblogan

When passing UsersLookup screen_name='foouser', screen_name will get turned into 'f,o,o,u,s,e,r'.
It looks like screen_name can be a string by looking at the first part of the following:
screen_name (str, optional): A list of screen_names to retrieve extended information.

LookupFriendship does type checking on screen_name to determine if its a tuple, list, User, or str.

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