Skip to main content

TrackerGG API Wrapper Library

Project description

TrackerGG

license Downloads Downloads

Version Commits

Tracker

An API Wrapper for TrackerGG API

Wiki

Install

pip install TrackerGG

Get API Key

TrackerGG Developers

Quick Example

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

TrackerGG-2.1.0.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

TrackerGG-2.1.0-py3-none-any.whl (10.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page