essential-actions

Clone or download

README.md

Stream-Pi Essential Actions

Set of trusted, pre-bundled actions and integrations for Stream-Pi using the Stream-Pi Action API.

Prerequisites

  • Java >= 11
  • Maven >= 3.6.3

List of Actions

  • Hotkey
  • Media File
  • Media Key
  • OBS Actions
  • Run Command
  • Text Block
  • Twitch Chat
  • Twitter
  • Website

Actions Help Guide

Quick Start

on Linux or Mac

Build all actions by executing make build-all from the command line or specific actions i.e. make twitch-chat, see Makefile for complete list.

on Windows

Build all actions by executing build.bat from the command line or specific actions i.e. build.bat Hotkey, see batch file for complete list.

To test these actions out in your local environment you'll need to run the Stream-Pi Server and copy the contents of PreBuiltPlugins to the server's Plugins directory ($HOME/Stream-Pi/Server/Plugins by default), especially if you're writing your own custom action / integration.