https://github.com/dev-ruby/trackergg
Game Stats Library with Tracker API
https://github.com/dev-ruby/trackergg
apex api api-wrapper csgo game-stats python
Last synced: about 2 months ago
JSON representation
Game Stats Library with Tracker API
- Host: GitHub
- URL: https://github.com/dev-ruby/trackergg
- Owner: dev-ruby
- License: mit
- Created: 2021-04-23T12:14:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T02:30:50.000Z (over 1 year ago)
- Last Synced: 2024-04-26T06:54:14.090Z (about 1 year ago)
- Topics: apex, api, api-wrapper, csgo, game-stats, python
- Language: Python
- Homepage: https://devruby.gitbook.io/trackergg/
- Size: 77.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TrackerGG

An Unofficual API Wrapper for TrackerGG API
[](https://pepy.tech/project/trackergg)
[](https://pepy.tech/project/trackergg)
---
**Documentation** : [https://devruby.gitbook.io/trackergg/](https://devruby.gitbook.io/trackergg)
**Source Code** : [https://github.com/dev-ruby/TrackerGG](https://github.com/dev-ruby/TrackerGG)
**Pypi** : [https://pypi.org/project/TrackerGG](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](https://pypi.org/project/aiohttp/) or [httpx](https://pypi.org/project/httpx/).
## Installing
```bash
pip install TrackerGG
```
```bash
python -m pip install TrackerGG
```
```bash
py -m pip install TrackerGG
```