madglory-ezl

A python wrapper for MadGlory's APIs; like gamelocker.


Keywords
madglory, python, python3, vainglory, python-3, vainglory-api, wrapper
License
Other
Install
pip install madglory-ezl==0.6.7

Documentation

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