mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2024-11-22 12:50:53 +00:00
modify readme according to repo name change.
This commit is contained in:
parent
641a151cfd
commit
3ec77321be
@ -18,7 +18,7 @@ Not all endpoints in the official documentation are implemented.
|
|||||||
### How to install using pip
|
### How to install using pip
|
||||||
|
|
||||||
```
|
```
|
||||||
pip install obsstudio-sdk
|
pip install obsws-python
|
||||||
```
|
```
|
||||||
|
|
||||||
### How to Use
|
### How to Use
|
||||||
@ -45,7 +45,7 @@ Import and start using, keyword arguments are as follows:
|
|||||||
Example `__main__.py`:
|
Example `__main__.py`:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
import obsstudio_sdk as obs
|
import obsws_python as obs
|
||||||
|
|
||||||
# pass conn info if not in config.toml
|
# pass conn info if not in config.toml
|
||||||
cl = obs.ReqClient(host='localhost', port=4455, password='mystrongpass')
|
cl = obs.ReqClient(host='localhost', port=4455, password='mystrongpass')
|
||||||
|
Loading…
Reference in New Issue
Block a user