From 05baf6b8ac58483d3cdc9c84cbdd9ef2ffc60424 Mon Sep 17 00:00:00 2001 From: tt2468 Date: Tue, 21 Apr 2020 05:30:21 -0700 Subject: [PATCH] Add simpleobsws to list of language APIs I've created a simple async Python library for people who just want the simple stuff. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac081832..a0afb404 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Here's a list of available language APIs for obs-websocket : - C#/VB.NET: [obs-websocket-dotnet](https://github.com/Palakis/obs-websocket-dotnet) - Python 2 and 3: [obs-websocket-py](https://github.com/Elektordi/obs-websocket-py) by Guillaume Genty a.k.a Elektordi - Python 3.5+ with asyncio: [obs-ws-rc](https://github.com/KirillMysnik/obs-ws-rc) by Kirill Mysnik +- Python 3.6+ with asyncio: [simpleobsws](https://github.com/IRLToolkit/simpleobsws) by tt2468 - Java 8+: [obs-websocket-java](https://github.com/Twasi/websocket-obs-java) by TwasiNET - Golang: [go-obs-websocket](https://github.com/christopher-dG/go-obs-websocket) by Chris de Graaf