/r6siege-player-info-crawler

It's a simples Crawler that get's every match info of a Rainbow Six Siege player.

Primary LanguageC#MIT LicenseMIT

R6Siege Crawler Made With C#

A simples Crawler that get's every match info of any Rainbow Six Siege player.

Information:

  • This Crawler access the R6Stats and reproduce every get and post necessary to reach the user information.
  • The class PlayerData will be used to compare the stored data with the data gotten in the above url.
  • The Utils is a group of functions used to treat the Date information.
  • The R6StatsData is a class that stores every R6Stats data gotten.
  • The R6TabData is a class that stores the Terrorist Hunt data gotten with the R6Tab API
  • The Worker is where the main function is located and the other group of functions necessaries to parse the url data.

How to Use:

App.Config

You have to change the informations on the App.Config file, using the following attributes:

<appSettings>    
  <add key="user" value="PLAYER1|PLAYER2 OR JUST PLAYER1" />
  <add key="TemporaryPath" value="YOUR TEMPORARY FOLDER PATH ENTERS HERE"/>
  <add key="ResultPath" value="YOUR RESULT FOLDER PATH ENTERS HERE"/>    
</appSettings>

Example:

  • Here's an example in how the Temporary Data is stored: Click Here
  • Here's an example in how the Result Data is Stored: Click Here