A python3 wrapper for Mad Glory's gamelocker. Making it easy and simple to retrieve data from gamelocker!
Getting information from gamelocker within python is as easy as:
>>> import gamelocker
>>> api = gamelocker.Vainglory(api_key)
>>> data = api.player(player_id)
Want to use our wrapper but don't know where to start? Look at our GitHub wiki here!
Install our wrapper and all it's dependencies with the following command:
>>> pip install madglory-ezl