CyberThulhu22 / essential-actions

Essential Actions for Stream Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stream-Pi Essential Actions

Set of trusted, essential actions and integrations for Stream-Pi using the Stream-Pi Action API. These actions are prebundled with public Stream-Pi releases.

Prerequisites

  • Java >= 11
  • Maven >= 3.6.3

Actions Help Guide

Quick Start

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

Linux/Mac

Build all actions by executing make build-all from the command line or specific actions i.e. make twitch-talk.

Windows

Build all actions by executing build.bat from the command line or specific actions i.e. build.bat twitch.

List of Actions

Action Name Build Script Argument
Hotkey hotkey
Play Audio Clip playaudioclip
Media Key mediakey
OBS Suite obs-suite
Run Command runcommand
Text Block textblock
Twitch twitch_chat
Open File openfile
Twitter twitter
Website website
Webhook webhook
Run Executable runexecutable

About

Essential Actions for Stream Pi

License:GNU General Public License v3.0


Languages

Language:Java 91.8%Language:Shell 3.6%Language:Batchfile 3.5%Language:C 0.9%Language:Makefile 0.3%