Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
/ obs-ws-rc Public archive

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

License

Notifications You must be signed in to change notification settings

KirillMysnik/obs-ws-rc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages