From 6fba48929aa2b7d884d0d329114d00e9b7ce5016 Mon Sep 17 00:00:00 2001 From: tt2468 Date: Mon, 5 Sep 2022 15:33:30 -0700 Subject: [PATCH] README: Add second contributor to obsws-python --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56a1abb6..acce1798 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ It is **highly recommended** to keep obs-websocket protected with a password aga Here's a list of available language APIs for obs-websocket: - Python 3.7+ (Asyncio): [simpleobsws](https://github.com/IRLToolkit/simpleobsws/tree/master) by IRLToolkit -- Python 3.10+ (Non-Asyncio): [obsws-python](https://pypi.org/project/obsws-python) by aatikturk +- Python 3.10+ (Non-Asyncio): [obsws-python](https://pypi.org/project/obsws-python) by aatikturk and onyx-and-iris - Rust: [obws](https://github.com/dnaka91/obws) by dnaka91 - Godot 3.4.x: [obs-websocket-gd](https://github.com/you-win/obs-websocket-gd) by you-win - Javascript (Node and web): [obs-websocket-js](https://github.com/obs-websocket-community-projects/obs-websocket-js) by OBS Websocket Community