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
27fd86efa5
obsws-python
/
obsws_python
/
__init__.py
5 lines
100 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
More request tests added. development dependencies added to setup.py fix error in __init__ kind parameter for get_input_list in reqclient now optional. request tests create/destroy test scenes on setup/teardown. license, isort, black badges added to readme.
2022-07-30 16:37:07 +01:00
__ALL__
=
[
"
ReqClient
"
,
"
EventClient
"
]
Reference in New Issue
Copy Permalink