kameloso.plugins.twitch

Package for the Twitch plugin modules.

Modules

api
module kameloso.plugins.twitch.api

Functions for accessing the Twitch API. For internal use.

base
module kameloso.plugins.twitch.base

This is a Twitch channel bot. It supports song requests, counting how many times an emote has been used, reporting how long a viewer has been a follower, how much time they have spent watching the stream, and some miscellanea.

common
module kameloso.plugins.twitch.common

Helper functions for song request modules.

google
module kameloso.plugins.twitch.google

Bits and bobs to get Google API credentials for YouTube playlist management.

keygen
module kameloso.plugins.twitch.keygen

Functions for generating a Twitch API key.

spotify
module kameloso.plugins.twitch.spotify

Bits and bobs to get Spotify API credentials for playlist management.

stub
module kameloso.plugins.twitch.stub

Twitch plugin stub, to provide lines to the configuration file even when the bot isn't compiled in.

Public Imports

kameloso.plugins.twitch.base
public import kameloso.plugins.twitch.base;
Undocumented in source.
kameloso.plugins.twitch.api
public import kameloso.plugins.twitch.api;
Undocumented in source.
kameloso.plugins.twitch.stub
public import kameloso.plugins.twitch.stub;
Undocumented in source.

See Also

Meta