Skip to main content

a Python wrapper for League of Legends RESTful API by Riot Games

Project description

# lolapi

A simple Python wrapper for the League of Legends API by Riot Games at [https://developer.riotgames.com/api/methods](https://developer.riotgames.com/api/methods).

### Usage

```python
import lolapi

api = lolapi.LolApi(region='na', key='<your_api_key>')

summoners = api.summoners.get_all()
items = api.data.get_items()
...
...
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lolapi-0.9.4.zip (5.0 kB view hashes)

Uploaded Source

Supported by

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