Elektordi / obs-websocket-py

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

Generic requests from python to functions in OBS #66

Closed rahulsrinivasan1 closed 3 years ago

rahulsrinivasan1 commented 3 years ago

Hello. Is it possible to build obs web sockets such that i can send requests to OBS functions directly?

Elektordi commented 3 years ago

Duplicate of #36, yes it is planned. If needed you can create custom request class in your code. Take a look at requests.py.