Skip to content

Commit e1337fb

Browse files
authored
Update README.md
1 parent 3aa3a75 commit e1337fb

1 file changed

Lines changed: 28 additions & 35 deletions

File tree

README.md

Lines changed: 28 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,49 @@
11
<div align="center">
2-
3-
# TrackerGG
4-
5-
6-
[![Downloads](https://static.pepy.tech/personalized-badge/trackergg?period=total&units=none&left_color=grey&right_color=blue&left_text=Pypi%20Downloads)](https://pepy.tech/project/trackergg)
7-
[![Downloads](https://static.pepy.tech/personalized-badge/trackergg?period=month&units=none&left_color=grey&right_color=blue&left_text=Pypi%20Downloads/Month)](https://pepy.tech/project/trackergg)
8-
9-
![Version](https://img.shields.io/pypi/v/TrackerGG)
10-
![Commits](https://img.shields.io/github/commit-activity/m/dev-ruby/TrackerGG)
11-
![license](https://img.shields.io/github/license/Dev-Ruby/TrackerGG)
122

3+
</br>
134

145
![Tracker](https://static1-fr.millenium.gg/articles/9/34/23/09/@/1117224-111-article_m-1.jpg)
156

16-
**An Unofficual API Wrapper for [TrackerGG API](https://tracker.gg/developers)**
17-
7+
<p align="center"><em>An Unofficual API Wrapper for <a href=https://tracker.gg/developers>TrackerGG API</a></em></p>
188

9+
[![Downloads](https://static.pepy.tech/personalized-badge/trackergg?period=total&units=none&left_color=grey&right_color=blue&left_text=Pypi%20Downloads)](https://pepy.tech/project/trackergg)
10+
[![Downloads](https://static.pepy.tech/personalized-badge/trackergg?period=month&units=none&left_color=grey&right_color=blue&left_text=Pypi%20Downloads/Month)](https://pepy.tech/project/trackergg)
11+
![Version](https://img.shields.io/pypi/v/TrackerGG)
1912

20-
# [Wiki](https://github.com/dev-ruby/TrackerGG/wiki)
21-
22-
</br>
23-
</br>
24-
2513
</div>
2614

27-
## Install
28-
29-
```pip install TrackerGG```
30-
31-
Get API Key
15+
---
3216

33-
[TrackerGG Developers](https://tracker.gg/developers)
17+
**Documentation** : [https://devruby.gitbook.io/trackergg/](https://devruby.gitbook.io/trackergg)
3418

19+
**Source Code** : [https://github.com/dev-ruby/TrackerGG](https://github.com/dev-ruby/TrackerGG)
3520

36-
## **Quick Example**
37-
```py
38-
import TrackerGG
39-
import asyncio
21+
**Pypi** : [https://pypi.org/project/TrackerGG](https://pypi.org/project/TrackerGG/)
4022

23+
---
4124

42-
client = TrackerGG.CSGOClient("YOUR_API_KEY")
25+
TrackerGG is an easy-to-use, async-ready API wrapper library for tracker.gg.
4326

44-
loop = asyncio.get_event_loop()
27+
### Key Features
28+
- Asynchronous processing support in the API for efficient task handling.
29+
- Intuitive and user-friendly design, making it convenient for all users to utilize.
30+
- Fast development speed and an intuitive interface to ensure quick and straightforward development.
31+
- Includes various convenient features to enhance usability and functionality.
4532

46-
profile = loop.run_until_complete(client.get_profile("PLAYER_NAME OR ID"))
33+
# Installing
34+
## Prerequisites
35+
TrackerGG is compatible with Python 3.7 and higher versions.
4736

48-
print(profile.segments[0].stats.time_played)
37+
Python 2 or versions prior to Python 3.7 might not work as expected.
4938

39+
TrackerGG requires at least one of the following libraries: [aiohttp](https://pypi.org/project/aiohttp/) or [httpx](https://pypi.org/project/httpx/).
40+
## Installing
41+
```bash
42+
pip install TrackerGG
5043
```
51-
**Output**
44+
```bash
45+
python -m pip install TrackerGG
5246
```
53-
Name : Time Played
54-
Value : 1,236h
55-
Percentile : 84.0
47+
```bash
48+
py -m pip install TrackerGG
5649
```

0 commit comments

Comments
 (0)