Skip to content

AuxLabs/Twitch-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitch Examples

Example projects for the AuxLabs.Twitch library

All projects assume you have the TWITCH_TOKEN and TWITCH_CLIENTID environment variables set.

Main Clients

Example implementations to help with basic questions that might be asked when learning the library.

Identity

None yet

Rest

None yet

Chat

EventSub

None yet

PubSub

None yet

Api Clients

Api clients are used internally by the library and, as bare minimum implementations, they require much more work to be implemented. They should only be used in advanced cases where the features provided by the main clients are unnecessary overhead in your application.

Identity

Rest

Chat

EventSub

PubSub

None yet

Other Examples

Other repositories showing example applications.

None yet