Skip to content

Clients

DevRuby edited this page May 1, 2023 · 2 revisions

CSGOClient

class TrackerGG.CSGOClient(api_key: str)

A class for interacting with the Tracker CSGO API.
This class contains the Tracker API Key, Event Loop, and HTTP Client for interacting with TrackerAPI.


Parameters:

  • api_key (str) - Tracker API Key

Methods

await get_profile(identifier: str) -> CSGOProfile

Returns career stats for an CSGO player.

Parameters:

  • identifier (str)

Returns:

  • CSGO Player's stats

Return Type:

Clone this wiki locally