Skip to content

Streamers-Workshop/Slobs.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Slobs.js


Discord server

Notice

Created by Krammy

Maintained by Streamer's Workshop

Reason: System is required for Blazebot, and currently the Package is receiving no love from its creator. As it was created during the development of Trovobot, we will take maintance of it.

SlobsJS

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

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published