C# Class BotVentic.Program

Datei anzeigen Open project: 3ventic/BotVentic

Public Properties

Property Type Description
StartedAt System.DateTime

Private Properties

Property Type Description
ConnectAsync void
KeepConnectionAlive void
Main void
UpdateBttvEmotes Task
UpdateFFZEmotes Task
UpdateTwitchEmotes Task

Public Methods

Method Description
RequestAsync ( string uri, bool includeClientId = false ) : Task

Get URL

UpdateAllEmotesAsync ( ) : Task

Update the list of all emoticons

Private Methods

Method Description
ConnectAsync ( ) : void
KeepConnectionAlive ( ) : void
Main ( string args ) : void
UpdateBttvEmotes ( List e ) : Task

Update list of betterttv emoticons

UpdateFFZEmotes ( List e ) : Task

Update the list of FrankerFaceZ emoticons

UpdateTwitchEmotes ( List e ) : Task

Update the list of emoticons

Method Details

RequestAsync() public static method

Get URL
public static RequestAsync ( string uri, bool includeClientId = false ) : Task
uri string URL to request
includeClientId bool
return Task

UpdateAllEmotesAsync() public static method

Update the list of all emoticons
public static UpdateAllEmotesAsync ( ) : Task
return Task

Property Details

StartedAt public_oe static_oe property

public static DateTime,System StartedAt
return System.DateTime