From 641a151cfd8adf0024331d3d76d2822d1ad952c3 Mon Sep 17 00:00:00 2001 From: Adem <34811741+aatikturk@users.noreply.github.com> Date: Thu, 1 Sep 2022 22:29:23 +0300 Subject: [PATCH] updated readme After OBS v28 release, websocket is no longer a requirement as it comes included with the new version. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 80c9b6c..c8d32a2 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Not all endpoints in the official documentation are implemented. - [OBS Studio](https://obsproject.com/) - [OBS Websocket v5 Plugin](https://github.com/obsproject/obs-websocket/releases/tag/5.0.0) + - With the release of OBS Studio version 28, Websocket plugin is included by default. But it should be manually installed for earlier versions of OBS. - Python 3.10 or greater ### How to install using pip