Skip to content

Mikolaj-Mroz/EZ.GG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lol Player Stats (EZ.GG)

EZ.GG logo

Table of contents

Introduction

The goal of this project is to recreate a OP.GG website functionality. This web app gets data from RIOT GAMES API and parses it creating data models that can be used to analyze yours and your friends progress in League of Legends. You can check out the web app here!

Technologies

Project has been created using:

  • Flask version: 2.1.3
  • Flask-WTF version: 1.0.1
  • Riotwatcher version: 3.2.3
  • WTForms version: 3.0.1

Setup

To run this project first install requirements.

$ pip install -r 'requirements.txt'

Next in the stats.py in the modules folder change api_key to your own API KEY

Then all you have to do is run flask application.

$ flask run

How to use

Get player data

To get player data all you need is to choose the server and write the player nickname in the search bar.

EZ.GG search bar

And here you go! You can see your match history with all the needed stats!

EZ.GG search bar