File: //home/arjun/projects/env/lib64/python3.10/site-packages/tweepy/__pycache__/user.cpython-310.pyc
o
+we? � @ s: d dl mZmZ d dlmZ g d�ZG dd� dee�ZdS )� )�DataMapping�
HashableID)�parse_datetime)�
created_at�description�entities�id�location�name�pinned_tweet_id�profile_image_url� protected�public_metrics�url�username�verified�
verified_type�withheldc @ s, e Zd ZdZdZdd� Zdd� Zdd� Zd S )
�Useru� The user object contains Twitter user account metadata describing the
referenced user. The user object is the primary object returned in the
`users lookup`_ endpoint. When requesting additional user fields on this
endpoint, simply use the fields parameter ``user.fields``.
The user object can also be found as a child object and expanded in the
Tweet object. The object is available for expansion with
``?expansions=author_id`` or ``?expansions=in_reply_to_user_id`` to get the
condensed object with only default fields. Use the expansion with the field
parameter: ``user.fields`` when requesting additional fields to complete
the object.
.. versionadded:: 4.0
.. versionchanged:: 4.13
Added ``verified_type`` field
Attributes
----------
data : dict
The JSON data representing the user.
id : int
The unique identifier of this user.
name : str
The name of the user, as they’ve defined it on their profile. Not
necessarily a person’s name. Typically capped at 50 characters, but
subject to change.
username : str
The Twitter screen name, handle, or alias that this user identifies
themselves with. Usernames are unique but subject to change. Typically
a maximum of 15 characters long, but some historical accounts may exist
with longer names.
created_at : datetime.datetime | None
The UTC datetime that the user account was created on Twitter.
description : str | None
The text of this user's profile description (also known as bio), if the
user provided one.
entities : dict | None
Contains details about text that has a special meaning in the user's
description.
location : str | None
The location specified in the user's profile, if the user provided one.
As this is a freeform value, it may not indicate a valid location, but
it may be fuzzily evaluated when performing searches with location
queries.
pinned_tweet_id : int | None
Unique identifier of this user's pinned Tweet.
profile_image_url : str | None
The URL to the profile image for this user, as shown on the user's
profile.
protected : bool | None
Indicates if this user has chosen to protect their Tweets (in other
words, if this user's Tweets are private).
public_metrics : dict | None
Contains details about activity for this user.
url : str | None
The URL specified in the user's profile, if present.
verified : bool | None
Indicates if this user is a verified Twitter User.
verified_type : str | None
Indicates the type of verification a user account has (blue, business,
government or none).
withheld : dict | None
Contains withholding details for `withheld content`_, if applicable.
References
----------
https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-model/user
.. _users lookup: https://developer.twitter.com/en/docs/twitter-api/users/lookup/introduction.html
.. _withheld content: https://help.twitter.com/en/rules-and-policies/tweet-withheld-by-country
)�datar r
r r r r r r r r
r r r r r c C s� || _ t|d �| _|d | _|d | _|�d�| _| jd ur%t| j�| _|�d�| _|�d�| _ |�d�| _
|�d�| _| jd urHt| j�| _|�d �| _|�d
�| _
|�d�| _|�d�| _|�d
�| _|�d�| _|�d�| _d S )Nr r
r r r r r r r r
r r r r r )r �intr r
r �getr r r r r r r r
r r r r r )�selfr � r �D/home/arjun/projects/env/lib/python3.10/site-packages/tweepy/user.py�__init__n s(
z
User.__init__c C s d| j � d| j� d| j� d�S )Nz <User id=z name=z
username=�>)r r
r �r r r r �__repr__� s z
User.__repr__c C s | j S )N)r r r r r �__str__� s zUser.__str__N)�__name__�
__module__�__qualname__�__doc__� __slots__r r r r r r r r s Ir N)�
tweepy.mixinsr r �tweepy.utilsr �USER_FIELDSr r r r r �<module> s