Code that fetches data from the riot api, models the data and imports it to a mysql database
Start by creating an .env file in the root directory. then create a variable like:
api_key = 'insert your api_key here'
To run this code you need a riot api key.
You can get this api key from developer.riotgames.com by creating an account and generate an api key from that account.