obsws-python/examples/events
onyx-and-iris 2de7151739 update README
advises placing config.toml in user home dir
2023-03-09 01:36:21 +00:00
..
__main__.py use context manager in scene_rotate 2022-10-24 22:42:46 +01:00
README.md update README 2023-03-09 01:36:21 +00:00

About

Registers a list of callback functions to hook into OBS events.

Use

Simply run the code and trigger the events, press <Enter> to exit.

This example assumes the existence of a config.toml, placed in your user home directory:

[connection]
host = "localhost"
port = 4455
password = "mystrongpass"

Closing OBS ends the script.