Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.
 
 

Latest commit

 

History

39 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R6SApi

R6SApi is an easy-to-use asynchronous API for Rainbow Six Siege, written in c#, forked from billy_yoyo. To use it you'll need use your ubisoft email and password.

As of 351c229 library should parse current endpoints automatically. That means if there is no significant changes it should be working after R6 updates.

Installation

Get it on Nuget

Documentation

TBA

Quick Example

using R6SiegeAPI;

static async Task MainAsync()
{
    var api = API.InitAPI(email, password, null);

    var player = await api.GetPlayer("Eloncase", Enums.Platform.UPLAY, Enums.UserSearchType.Name);
    var oper = await player.GetOperator("caveira");
    Console.WriteLine(oper.Kills);
}

TODO

  • examples

License

MIT

About

Asynchronous c# api for rainbow six siege (r6sapi)

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages