Skip to content

amolinasalazar/LOLAZChallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

LOLAZChallenge

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.

Setup

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:

  • Main.gs holds the main script
  • Const.gs hold the API key image

Then, you populate all the champion names in the first column A and the summoner names in the first row 1: image

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!

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published