Connecting to Riot's API for League of Legends data.
0
stars
0
forks
source link
readme
Riot_Api
Pulls and stores League of Legends data. Displays performance stats filterable by teammates & roles seen nowhere else. Video of Streamlit app demo here.
To run the streamlit app, open a command prompt, navigate to the folder with app.py, and run the command streamlit run app.py
Database Hierarchy
match_participant_view
1 Row Per Partcipant in each match. Each participant will have same value for match date, game duration, queue type
Contains all raw data on participant as is available
match_timeline_view
1 row per minute per participant in each match
summoner_performance_view
derived table created from above information
1 row per match per summoner with aggregated stats (e.g. GD 15, Win/Loss, CSD 15, others?)