Skip to main content
2025 Python Packaging Survey is now live!  Take the survey now

API Wrapper for Elophant(.com)

Project description

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

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page