obsws-python/examples/events
2022-09-04 14:20:40 +03:00
..
__main__.py namechange ops 2022-09-04 14:20:40 +03:00
README.md add readmes to examples. 2022-08-31 20:13:44 +01: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 next to __main__.py:

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