LordTocs / CastMate

CastMate is an all-in-one Broadcaster Automation Suite for Twitch. It allows you to build compelling interactive stream setups using without writing any code. It features simple click and drag automations and overlays.
https://www.castmate.io/
GNU Affero General Public License v3.0
66 stars 7 forks source link

Add a Create Prediction Action #175

Closed LordTocs closed 1 year ago

LordTocs commented 1 year ago

Twitch api has the ability to create a prediction.

Twurple Link: https://twurple.js.org/reference/api/classes/HelixPredictionApi.html#createPrediction Official Twitch Link: https://dev.twitch.tv/docs/api/reference#create-prediction

Use the newly supported array data for outcomes.

outcomes: { type: Array, name: "Prediction Outcomes", items: { type: String } }