Skip to content

EricEidel/Riot_Api_Datamining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Riot_Api_Datamining

Using the Riot API in C# to extract interesting match and summoner information

This project is part of the graduate course CPSC 672 - Fundamentals of Social Network Analysis and Data Mining, with Dr. Rokne

Project Content

This project contains a few examples of how I use the RiotSharp library for C# to obtain information about summoner's matches and extract additional infromation from those matches. It is a simple Windows Forms program with 2 buttons - get a match list for the patch 7.6 for a given summoner and a second button to extract all the information about those matches.

This information is later parsed into a MySQL database and WEKA is used to explore different machine learning algorithms on it.

Please note - in order for the API class to work, make sure you create a key_file.txt file with your own developer key. To obtain a key use the Riot Developer Portal.

About

Using the Riot API in C# to extract interesting match and summoner information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published