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)
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.1.tar.gz
(2.9 kB
view hashes)