Python wrapper for https://apex.tracker.gg/ api.
Project description
apex-legends
Python wrapper for https://apex.tracker.gg/ api.
Installation
You can install it via setup.py
python setup.py install
or from pip:
pip install apex-legends
Usage
You need to register for an api key at https://apex.tracker.gg/
Then it's just easy as:
from apex_legends import ApexLegends
apex = ApexLegends("apex_api_key")
player = apex.player('NRG_dizzy')
print(player)
for legend in player.legends:
print(legend.legend_name)
print(legend.icon)
print(legend.damage)
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
apex-legends-0.1.3.tar.gz
(3.1 kB
view details)
File details
Details for the file apex-legends-0.1.3.tar.gz
.
File metadata
- Download URL: apex-legends-0.1.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67949164f51b31cebf3a5f431d0b723f6b99a9c5939235e182acb1aec98b418b |
|
MD5 | 7f121d576fecf35b7e653397e741ad9c |
|
BLAKE2b-256 | 84f3cec3b50ffe81acb9bb0a8a0a182c82e80637e34c0704ab43732422822b41 |