Riot API Wrapper
Project description
League of Legends API Wrapper
lolwrapper is a Python wrapper for the Riot League of Legends API endpoints. lolwrapper works with Python >= 3.6
Installation
$ pip install lolwrapper
Usage
>>> from lol.riot import Riot
>>>
>>> api = Riot('your-api-key')
Available Resources
>>> api.champion
>>> api.championmastery
>>> api.league
>>> api.lolstaticdata
>>> api.lolstatus
>>> api.masteries
>>> api.match
>>> api.spectator
>>> api.summoner
>>> api.thirdpartycode
>>> api.tftleague
>>> api.tftmatch
>>> api.tftsummoner
Get a summoner
- Get by name, encrypted account ID, encrypted summoner ID, or encrypted PUUID
>>> r = api.summoner.get(name='tenmo player', region='na')
>>> r = api.summoner.get(encrypted_account_id='account-id', region='na')
>>> r = api.summoner.get(encrypted_summoner_id='summoner-id', region='na')
>>> r = api.summoner.get(encrypted_puuid='puuid', region='na')
>>> r.json()
Testing
Testing requires pytest-cov
, pytest
, and coverage
Tests can be run using just pytest
>>> pytest
Or with coverage
>>> pytest --cov=lol ./
Add coverage badge with
>>> coverage-badge
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lolwrapper-1.8.1.tar.gz
(9.5 kB
view details)
Built Distribution
File details
Details for the file lolwrapper-1.8.1.tar.gz
.
File metadata
- Download URL: lolwrapper-1.8.1.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ecbe003c088068e0ef1543ec03bb07c43152c2ab3582f78917dadfe42c57e35 |
|
MD5 | fe3958770f4bde15047b906fe673428f |
|
BLAKE2b-256 | 905ef668f58a73d96868c95c5f2a96adc0a8d265ea314f02b634e6698f00a99b |
File details
Details for the file lolwrapper-1.8.1-py3-none-any.whl
.
File metadata
- Download URL: lolwrapper-1.8.1-py3-none-any.whl
- Upload date:
- Size: 17.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06c57fbc0fbdd36fd9ba66dce830d42873921161f20eba15232265674a7aedc1 |
|
MD5 | 7b19b4db9e78b9651d160d1db8b3b5df |
|
BLAKE2b-256 | 5a058a8ec83038d811b3227ba3d5b3aca45b18420d8a3cf8793915caa5fe1fb9 |