reputation

class pyZUnivers.reputation.UserReputation(username: str)

Represents the reputation of a user.

name

The name of the user.

Type:

str

first

The first clan of the user.

Type:

_ReputationClan

second

The second clan of the user.

Type:

_ReputationClan

third

The third clan of the user.

Type:

_ReputationClan

fourth

The fourth clan of the user.

Type:

_ReputationClan

fifth

The fifth clan of the user.

Type:

_ReputationClan

class pyZUnivers.reputation._ReputationClan(payload)

Represents a clan of a user’s reputation.

name

The name of the clan.

Type:

str

level_name

The user’s reputation level name in the clan.

Type:

str

progress

The user’s progress in the clan. (e.g. “100/100”)

Type:

str