mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2024-11-22 12:50:53 +00:00
md change
This commit is contained in:
parent
0819bb4342
commit
35173733bc
14
README.md
14
README.md
@ -17,7 +17,7 @@ pip install obsstudio-sdk
|
|||||||
|
|
||||||
### How to Use
|
### How to Use
|
||||||
|
|
||||||
- Load connection info from toml config. A valid `config.toml` might look like this:
|
Load connection info from toml config. A valid `config.toml` might look like this:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[connection]
|
[connection]
|
||||||
@ -28,13 +28,15 @@ password = "mystrongpass"
|
|||||||
|
|
||||||
It should be placed next to your `__main__.py` file.
|
It should be placed next to your `__main__.py` file.
|
||||||
|
|
||||||
Otherwise:
|
#### Otherwise:
|
||||||
|
|
||||||
|
Import and start using
|
||||||
|
|
||||||
- Import and start using
|
|
||||||
Parameters are as follows:
|
Parameters are as follows:
|
||||||
host: obs websocket server
|
|
||||||
port: port to access server
|
- `host`: obs websocket server
|
||||||
password: obs websocket server password
|
- `port`: port to access server
|
||||||
|
- `password`: obs websocket server password
|
||||||
|
|
||||||
Example `__main__.py`
|
Example `__main__.py`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user