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

ClarkThyLord/gamelocker-vainglory-py

Repository files navigation

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