Skip to content

bryanveloso/elophant.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elophant.py travis

A minimalistic wrapper around the Elophant League of Legends statistics API.

Usage

To start, you'll need to sign up for an API key. Once you have that, here's how you use it. :

>>> from elophant import Elophant
>>> e = Elophant(key='IyDxAwvLhQbzEZPiVYJo', region='na')
>>> e.get_summoner('Elsydeon')
{u'data': {u'internalName': u'elsydeon', u'name': u'Elsydeon' ...
>>> e.find_team('clg')
{u'data': {u'status': u'RANKED', u'modifyDate': u'/Date(1358737198000)/', u'name': u'Counter Logic Gaming' ...

Installation

It's easy and foolproof! Like tower diving! :

pip install elophant

About

A Python library for Elophant's League of Legends API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages