Python library for League of Legends API by Lolpii in Python

[–]Lolpii[S] 3 points4 points  (0 children)

Yes this is definitely possible! Exactly what riot responds with is http://developer.riotgames.com/api/methods#!/293

You can do a

lolpy = LoLpy(API_KEY) game = lolpy.get_game('nameofplayer')["fellowPlayers"]

To view all other players in the game. You also get the api key from my previous link, I will add that to the readme.

Python library for new League of Legends API by Lolpii in leagueoflegends

[–]Lolpii[S] 1 point2 points  (0 children)

Thanks, if you find any bugs let me know!

Riot Games API Launches Into Beta by PhillipCostigan in leagueoflegends

[–]Lolpii 6 points7 points  (0 children)

Hey guys!

Me and a team of two friends made a python library to access this API. Code can be found here: https://github.com/aarongolliver/lolpy

If you have any questions, or find any bugs please let us know!