CR_Back2Nexus
Member
I'm developing a website in which I want private league of legends games to take place (within the league of legends client) and I want to be able to grab that data and post it in table format on my website once the game has finished. For example:
[Team1Players] [CS] [GOLD] [Kills] [Deaths] etc etc vs [Team2Players] [CS ] [GOLD] [Kills] [Deaths]
player1
player2
player3
player4
player5
How do I go about establishing something like this? I imagine php is involved? I need all this data to be saved for historical reference on the website as well. I'm fairly new at all of this but I've been reading a ton and watching a lot of videos so I'm willing to learn I just need to know I'm going in the right direction first. I noticed by googling "riot api public libraries" there are existing pieces of code available in various languages, but frankly I'm not sure where to even begin. Would Python work? Please help, thanks.
FYI - "The Riot Games API returns all data in valid JSON "
[Team1Players] [CS] [GOLD] [Kills] [Deaths] etc etc vs [Team2Players] [CS ] [GOLD] [Kills] [Deaths]
player1
player2
player3
player4
player5
How do I go about establishing something like this? I imagine php is involved? I need all this data to be saved for historical reference on the website as well. I'm fairly new at all of this but I've been reading a ton and watching a lot of videos so I'm willing to learn I just need to know I'm going in the right direction first. I noticed by googling "riot api public libraries" there are existing pieces of code available in various languages, but frankly I'm not sure where to even begin. Would Python work? Please help, thanks.
FYI - "The Riot Games API returns all data in valid JSON "
Last edited: