Skip to content

dev-ruby/TrackerGG

Repository files navigation


TrackerGG

Tracker

An Unofficual API Wrapper for TrackerGG API

Downloads Downloads Version


Documentation : https://devruby.gitbook.io/trackergg/

Source Code : https://github.com/dev-ruby/TrackerGG

Pypi : https://pypi.org/project/TrackerGG


TrackerGG is an easy-to-use, async-ready API wrapper library for tracker.gg.

Key Features

  • Asynchronous processing support in the API for efficient task handling.
  • Intuitive and user-friendly design, making it convenient for all users to utilize.
  • Fast development speed and an intuitive interface to ensure quick and straightforward development.
  • Includes various convenient features to enhance usability and functionality.

Installing

Prerequisites

TrackerGG is compatible with Python 3.7 and higher versions.

Python 2 or versions prior to Python 3.7 might not work as expected.

TrackerGG requires at least one of the following libraries: aiohttp or httpx.

Installing

pip install TrackerGG
python -m pip install TrackerGG
py -m pip install TrackerGG