This website requires JavaScript.
Explore
Help
Sign In
onyx_online
/
obsws-python
Watch
1
Star
0
Fork
0
You've already forked obsws-python
mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced
2024-11-22 12:50:53 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
87c4e3cdcd
obsws-python
/
obsstudio_sdk
/
__init__.py
5 lines
101 B
Python
Raw
Normal View
History
Unescape
Escape
EventsClient renamed to EventClient remove getter, setter for send. add persistend data unit test add hotkey example default event sub now 0. explicitly define subs in event class. now subs can be set as kwarg
2022-07-27 19:39:33 +01:00
from
.
events
import
EventClient
add support for toml config. subject module added, supports callbacks. events module added. Provides an event listener and callback trigger. import isorted, code run through black. toml section added to readme. added a couple of examples.
2022-07-25 23:51:30 +01:00
from
.
reqs
import
ReqClient
initial commit including request calls to obswebsocket
2022-06-05 12:40:55 +01:00
add support for toml config. subject module added, supports callbacks. events module added. Provides an event listener and callback trigger. import isorted, code run through black. toml section added to readme. added a couple of examples.
2022-07-25 23:51:30 +01:00
__ALL__
=
[
"
ReqClient
"
,
"
EventsClient
"
]
Reference in New Issue
Copy Permalink