obsws-python/examples/events/README.md

19 lines
357 B
Markdown
Raw Normal View History

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 in your user home directory:
2022-08-31 20:13:44 +01:00
```toml
[connection]
host = "localhost"
port = 4455
password = "mystrongpass"
```
Closing OBS ends the script.