muesli / obs-cli

OBS-cli is a command-line remote control for OBS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I created a similar tool

leafac opened this issue · comments

Thanks for creating this. I’ve created a similar tool that I also called obs-cli. The main differences are: 1. It’s written in Node.js instead of Go; and 2. It supports authentication and seems to support a wider variety of requests (everything that obs-websocket itself provides).

I linked to your tool in the README for mine.

Thank you! Yes, your variant of utility has ability to make request that this one does not allow.