Skip to content
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.

Latest commit

 

History

History
28 lines (23 loc) · 673 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 673 Bytes

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