Skip to content

abousquet/lolpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a python library for the league of legends api.

Quick Start:
Register for an api key at https://developer.riotgames.com/ .
Then import lolpy into a Python Session using:
    import lolpy
Next, create an instance of an APIClient and pass the api key as an argument:
    client = lolpy.APIClient("<insert key here>"[, Region])
Now, make calls to the API such as:
    client.champion_list(True)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages