User¶
-
class
trakt.objects.user.User(client, keys)¶ Bases:
object-
follow(**kwargs)¶
-
following(**kwargs)¶
-
friends(**kwargs)¶
-
history(**kwargs)¶
-
keys= None¶ Type: listoftupleKeys (for trakt, imdb, tvdb, etc..), defined as:
..code-block:
[ (<service>, <id>) ]
-
pk¶ Retrieve the primary key (unique identifier for the user).
Returns: ("trakt", <id>)orNoneif no primary key is availableReturn type: tuple
-
ratings(**kwargs)¶
-
unfollow(**kwargs)¶
-
watchlist(**kwargs)¶
-