Metadata-Version: 2.1
Name: ApexTrackerPy
Version: 1.8
Summary: Library for easily calling Apex tracker APIs (supports TRN and APEX LEGENDS APIs)
Home-page: https://github.com/nerrog/ApexTrackerPy
Author: nerrog
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# ApexTrackerPy

[![PyPI version](https://badge.fury.io/py/ApexTrackerPy.svg)](https://badge.fury.io/py/ApexTrackerPy)
[![Build](https://github.com/nerrog/ApexTrackerPy/actions/workflows/Build.yml/badge.svg)](https://github.com/nerrog/ApexTrackerPy/actions/workflows/Build.yml)
[![CodeQL](https://github.com/nerrog/ApexTrackerPy/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/nerrog/ApexTrackerPy/actions/workflows/codeql-analysis.yml)

[![Downloads](https://pepy.tech/badge/apextrackerpy)](https://pepy.tech/project/apextrackerpy)
[![Downloads](https://pepy.tech/badge/apextrackerpy/month)](https://pepy.tech/project/apextrackerpy)
[![Downloads](https://pepy.tech/badge/apextrackerpy/week)](https://pepy.tech/project/apextrackerpy)

Python library that calls the ApexLegends tracker API

ApexLegendsトラッカーAPIを呼び出すpythonライブラリ

# Install
It will be installed by `pip3 install ApexTrackerPy`.

You can also use git to install

`pip3 install git+https://github.com/nerrog/ApexTrackerPy.git`


`pip3 install ApexTrackerPy`でインストールされます

gitを使用してインストールすることもできます

`pip3 install git+https://github.com/nerrog/ApexTrackerPy.git`

# usage
[See the Github Wiki](https://github.com/nerrog/ApexTrackerPy/wiki)

[Github Wiki](https://github.com/nerrog/ApexTrackerPy/wiki)を参照してください


