hackthebox.team — HTB Teams

Teams

class hackthebox.team.Team(data: dict, client: hackthebox.htb.HTBClient, summary: bool = False)[source]

The class representing Hack The Box teams

name

The name of the Team

Type

str

points

The Team’s total points

Type

int

motto

The Team motto

Type

str

description

The Team description

Type

str

country_name

The name of the country the Team is based in

Type

str

avatar_url

The relative URL of the Tean’s avatar

Type

str

twitter

The Team’s Twitter account

Type

str

facebook

The Team’s Facebook account

Type

str

discord

The Team’s Discord

Type

str

public

Whether the Team is publicly visible

Type

bool

can_delete_avatar

Whether the active User can delete the avatar

Type

bool

is_respected

Whether the active User has respected the Team

Type

Optional[bool]

join_request_sent

Whether the active User has sent a request to join the Team

Type

Optional[bool]

property ranking: int

Retrieve the global ranking of the team

Returns: