From ab38f3353037a0127c64ded11d027af4be440e42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20L?= Date: Tue, 20 Jun 2017 10:54:30 +0200 Subject: [PATCH] docs: Update README to add a Python library --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d20683f2..abed1417 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,9 @@ The server is a typical Websockets server running by default on port 4444 (the p The protocol understood by the server is documented in [PROTOCOL.md](PROTOCOL.md). Here's a list of available language APIs for obs-websocket : -- Javascript (browser & nodejs) : [obs-websocket-js](https://github.com/haganbmj/obs-websocket-js) by haganbmj +- Javascript (browser & nodejs) : [obs-websocket-js](https://github.com/haganbmj/obs-websocket-js) by Brendan Hagan - C#/VB.NET : [obs-websocket-dotnet](https://github.com/Palakis/obs-websocket-dotnet) +- Python : [obs-websocket-py](https://github.com/Elektordi/obs-websocket-py) by Guillaume Genty a.k.a Elektordi I'd like to know what you're building with or for obs-websocket. If you do something in this fashion, feel free to drop me an email at `contact at slepin dot fr` !