-
Notifications
You must be signed in to change notification settings - Fork 0
Home
DevRuby edited this page May 1, 2023
·
3 revisions
TrackerGG Library is an API-Wrapper for TrackerGG
Visit TrackerGG Developers to get API Key
import TrackerGG
import asyncio
client = TrackerGG.CSGOClient("YOUR_API_KEY")
profile = asyncio.run(client.get_profile("PLAYER_NAME OR ID"))
print(profile.segments[0].stats.time_played)
Output
Name : Time Played
Value : 1,236h
Percentile : 84.0