I would like to be able to get for every ranked games between Date1 and Date2 in Regioneuw -the team1 : 5 champs names and position and team2 5 champs names and position -team1_win : TRUE or FALSE team2_win : TRUE or FALSE
I have never worked with APIS, (I do datascience with R), would like to switch to Python to play with the data but the communicate with API (via Python) is too hard for me as a beginning, and I would like to begin Python with this data "project".
Already watched some tutos about this API, instructions unclear. Someone can give me an hand ?
An another issue I have is, I'm used in R studio to have all the docs by help(package) or ?package. In python I have found yet something as complete.
Best regards
From my experience using Riot API (might be wrong), i found that it is not optimized to support such specific needs, so you always have to find a work around.
And for the requests you can use the following lines as an example: