Elektordi / obs-websocket-py

Python library to communicate with an obs-websocket server (for OBS Studio)
MIT License
235 stars 59 forks source link

Add generic CLI utility #51

Open sochotnicky opened 3 years ago

sochotnicky commented 3 years ago

This adds a basic CLI utility that uses introspection to get all possible commands and enables running them from console.

It also provides way to specify complex JSON arguments if needed.

Fixes #46

sochotnicky commented 3 years ago

FWIW, thankfully you have CI setup - I wrote the code with only Python 3 in mind. Fortunately the tweaks needed were minimal...