kameloso.plugins.twitch.google

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

Members

Functions

addVideoToYouTubePlaylist
JSONValue addVideoToYouTubePlaylist(TwitchPlugin plugin, Credentials creds, string videoID, Flag!"recursing" recursing)

Adds a video to the YouTube playlist whose ID is stored in the passed Credentials.

requestGoogleKeys
void requestGoogleKeys(TwitchPlugin plugin)

Requests a Google API authorisation code from Google servers, then uses it to obtain an access key and a refresh OAuth key.

See Also

Meta