mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2024-11-22 21:00:53 +00:00
17 lines
321 B
Markdown
17 lines
321 B
Markdown
|
## 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`:
|
||
|
|
||
|
```toml
|
||
|
[connection]
|
||
|
host = "localhost"
|
||
|
port = 4455
|
||
|
password = "mystrongpass"
|
||
|
```
|