Skip to content

Syzuna/TwitchLib.Client

 
 

Repository files navigation

TwitchLib.Client

Client component of TwitchLib.

For a general overview and example, refer to https://github.com/TwitchLib/TwitchLib/blob/master/README.md

Throttler Example

    var clientOptions = new ClientOptions
    {
        MessagesAllowedInPeriod = 100,
        ThrottlingPeriod = TimeSpan.FromSeconds(60)
    };
    var customClient = new WebSocketClient(clientOptions);

    var client = new TwitchClient(customClient);

About

Client component of TwitchLib.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%