grigio / obs-cmd

obs-cmd is a OBS cli for obs-websocket v5 the current obs-studio implementation. It is useful on Wayland Linux or to control OBS via terminal
MIT License
126 stars 20 forks source link

How minimal are you wanting the project to be? #21

Closed AethanFoot closed 2 months ago

AethanFoot commented 11 months ago

I find this project amazing and saves me implementing a basic interface in python, and adding to this is easy as I'm very familiar with rust. I ask this as would plan on adding extra bits as time goes on (and I have time), and wonder how much I should open PRs for (I would probably mainly add other Requests stuff and helpers around them).

Amazing work!!

grigio commented 11 months ago

I started this project as a obs-cli replacement with obswebsocket v5 support, with "minimal" I mean that I just implemented the API i needed. You are welcome to propose a PR if it doesn't break the code and it implements other API methods or general useful features