Skip to content

Refisio/apex-legends

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI version

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)

About

Apex legends api for https://apex.tracker.gg

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%