KirillMysnik / obs-ws-rc

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Python 100.0%