mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2024-11-22 21:00:53 +00:00
15 lines
281 B
Markdown
15 lines
281 B
Markdown
## About
|
|
|
|
Collects the names of all available scenes, rotates through them and prints their name.
|
|
|
|
## Use
|
|
|
|
This example assumes the existence of a `config.toml`, placed in your user home directory:
|
|
|
|
```toml
|
|
[connection]
|
|
host = "localhost"
|
|
port = 4455
|
|
password = "mystrongpass"
|
|
```
|