getBotList

Fetches a list of known (online) bots from TwitchInsights.net.

With this we don't have to keep a static list of known bots to exclude when counting chatters.

version(TwitchSupport && WithTwitchPlugin)
package
getBotList
(,
const string caller = __FUNCTION__
)

Parameters

plugin TwitchPlugin

The current TwitchPlugin.

caller string

String name of calling function.

Return Value

Type: auto

A string[] array of online bot account names.

Throws

UnexpectedJSONException on unexpected JSON.

See Also