This project retrieves information from the Riot Games developer API and generates insights from player information.
This project retrieves data from the Riot Games Developer API, which provides extensive information on all games developed by Riot Games. The program focuses specifically on the game "Teamfight Tactics," gathering data to generate a line chart and table that display a player's placement and total damage dealt in the number indicated of games. It also allows users to search multiple games, facilitating comparisons.
The idea for this project arose from my desire to combine three elements: video games, statistics, and API data. I find these three areas both fascinating and full of potential.
Initially, I spent time searching for the right API to use, eventually settling on the Riot Games Developer API Portal. The data provided is ideal for the kind of statistics I wanted to create.
The project is completely developed in Python and the libraries used are Pandas and Matplotlib.
You can check the full project here!