Streamer.bot // C# library

Streamer.bot scripts

Public C# tools for Streamer.bot, plus the shared CRNTLY UI runtime used by the scripts that need a richer Windows interface. Everything here is open source and published from the same GitHub repository.

What is included
The scripts

Streamer.bot C# actions

Each script is designed for a Streamer.bot Core > C# > Execute C# Codesub-action. Open a script below to see its required editor references, copyable source, runtime dependencies, and setup notes.

The shared runtime

CRNTLY.StreamerBot.UI.dll

A reusable WPF component library shared by CRNTLY tools. It provides window hosting, themes, controls, and common UI behavior so individual scripts do not have to carry the same infrastructure themselves.

Shared dependency // current release

CRNTLY Streamer.bot UI

Install this once if a script is marked Requires CRNTLY UI. The DLL is loaded at runtime from Streamer.bot's dlls folder; you do not add it as a C# editor reference unless a script explicitly says otherwise.

Using a script

Paste, reference, compile.

  1. Create an action in Streamer.bot and add an Execute C# Code sub-action.
  2. Add only the editor references listed on that script's page.
  3. Copy the C# source, paste it into the editor, then Save and Compile.
Available scripts
01 scripts
CurrentRequires CRNTLY UIv2.2.1WPFWinFormsStreamer.bot

Overlay(er)

overlay-er.cs

Combine multiple URLs or local files into one OBS Browser Source, with live positioning and a dedicated Streamer.bot control window.