/gamelocker-vainglory-py

Wrapper for MadGlory APIs

Primary LanguagePythonMIT LicenseMIT

MadGlory - EZL

A python3 wrapper for Mad Glory's gamelocker. Making it easy and simple to retrieve data from gamelocker!

Usage

Getting information from gamelocker within python is as easy as:

>>> import gamelocker
>>> api = gamelocker.Vainglory(api_key)
>>> data = api.player(player_id)

Where To Get Started?

Want to use our wrapper but don't know where to start? Look at our GitHub wiki here!

We're On PIP!

Install our wrapper and all it's dependencies with the following command:

>>> pip install madglory-ezl

NO LONGER MAINTAINED