obs-ws-rc

asyncio-based Python 3.5+ client to obs-websocket plugin for OBS Studio


Keywords
obs, obs-websocket
License
MIT
Install
pip install obs-ws-rc==2.3.0

Documentation

OBS WebSocket RemoteControl

What's this?

obs-ws-rc is a Python 3.5+ library that allows you to establish client connections to the obs-websocket plugin for OBS Studio.

It uses an asyncio-based approach which it inherited from the underlying WebSocket library - websockets

Installation

The library is available via PyPi:

pip install obs-ws-rc

Source Code

GitHub repository: github.com/KirillMysnik/obs-ws-rc/

Documentation

The docs are hosted at Read the Docs

Examples

Sample code is located in the example folder

License

Available via MIT License