.dotfiles/.local/bin/obstoggle.py

8 lines
146 B
Python
Executable File

#!/bin/python3
import obsws_python as o
c = o.ReqClient(host="localhost", port=4455, password="kbMqQiQmviLJhqlh", timeout=3)
c.toggle_record()