User

class trakt.objects.user.User(client, keys)

Bases: object

follow(**kwargs)
followed_at = None
Type:datetime

Timestamp of when this user was followed

following(**kwargs)
friends(**kwargs)
friends_at = None
Type:datetime

Timestamp of when this user was friended

history(**kwargs)
id

Retrieve the user identifier.

Return type:int
keys = None
Type:list of tuple

Keys (for trakt, imdb, tvdb, etc..), defined as:

..code-block:

[
    (<service>, <id>)
]
name = None
Type:str

Name

pk

Retrieve the primary key (unique identifier for the user).

Returns:("trakt", <id>) or None if no primary key is available
Return type:tuple
private = None
Type:bool

User profile is private

ratings(**kwargs)
unfollow(**kwargs)
username = None
Type:str

Username

vip = None
Type:bool

User has VIP

vip_ep = None
Type:bool

User has VIP Executive Producer Credit

watchlist(**kwargs)