WhazzItToYa

Pages for stuff that WhazzItToYa makes.

View on GitHub

Streamer.bot for Developers

(Updated for version 1.0.0. Most changes are that value parsing (argument substitutions & inline functions) & are accepted in more subactions.)

This is a quickstart guide for the impatient developer, who already has experience in creating solutions using other programming languages or frameworks, and wants to get up to speed quickly in Streamer.bot. It is not a replacement for the full documentation. In fact, you should at least read the introduction to get oriented to the main building blocks (triggers, actions/subactions, and variables (local & global)), and then come back here to learn what might be the same or different from other programming environments.

Arguments, a.k.a. “local” Variables

Global Variables

Automatic arguments, and expressions

Actions

Concurrency