Play all the champions in League of Legends from A to Z, if you don't win the game, you cannot go to the next champion.
To setup and run this script, you have to create a new Google Sheet and load the script along with your own Developer API ket from https://developer.riotgames.com.
In the ribbon menu you'll see Extensions > AppScript. From there, you create two .gs files:
Then, you populate all the champion names in the first column A and the summoner names in the first row 1:
You can get the updated names of all the champions in League of Legends by extracting the data from DataDragon: http://ddragon.leagueoflegends.com/cdn/12.6.1/data/en_US/champion.json
- IMPORTANT: Wukong's name is MonkeyKing :) please don't ask.
Now, try to run the script and see if you start seeing O and X in the sheet. You can set the script to run periodically using AppScript.
Enjoy!