-
Notifications
You must be signed in to change notification settings - Fork 0
License
abousquet/lolpy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published