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.

Return Value

Type: auto

A string[] array of online bot account names.

Throws

TwitchQueryException on unexpected JSON.

See Also

Meta