SkillAgentSearch skills...

SlobsJS

An easy solution to access Streamlabs OBS (SLOBS) websocket connections.

Install / Use

/learn @kramitox/SlobsJS
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"> <br /> <br /> <p> <a href="https://discord.gg/3k6yxCT"><img src="https://discord.com/api/guilds/739064295857455124/embed.png" alt="Discord server" /></a> <a href="https://www.npmjs.com/package/slobs.js"><img src="https://img.shields.io/npm/v/slobs.js.svg?maxAge=3600" alt="NPM version" /></a> <a href="https://www.npmjs.com/package/slobs.js"><img src="https://img.shields.io/npm/dt/slobs.js.svg?maxAge=3600" alt="NPM downloads" /></a> <a href="https://www.patreon.com/Krammy"><img src="https://img.shields.io/badge/donate-patreon-F96854.svg" alt="Patreon" /></a> </p> </div>

SlobsJS

An easy solution to access Streamlabs OBS (SLOBS) websocket connections.

Documentation

How to use

Get Token

In Streamlabs OBS, go to Settings->Remote Control and click on the QR-Code and then on show details

Basic slobs.js example

const SlobsJS = require('slobs.js');
const slobs = new SlobsJS('http://127.0.0.1:59650/api' , 'token');

console.log( slobs.getStreamingStatus() ); //Will return 'live' or 'offline' if slobs is streaming or not.

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated2y ago
Forks0

Languages

JavaScript

Security Score

70/100

Audited on Feb 2, 2024

No findings