mirror of
https://github.com/onyx-and-iris/duckypad-twitch.git
synced 2025-04-01 19:23:47 +01:00
Compare commits
2 Commits
0af0625fed
...
917352772f
Author | SHA1 | Date | |
---|---|---|---|
|
917352772f | ||
|
e2be80fc4b |
1
duckypad_twitch/cli/__init__.py
Normal file
1
duckypad_twitch/cli/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
from .duckypad import run
|
@ -57,7 +57,7 @@ def register_hotkeys(duckypad):
|
||||
step()
|
||||
|
||||
|
||||
def main():
|
||||
def run():
|
||||
xair_config = configuration.get('xair')
|
||||
|
||||
with voicemeeterlib.api('potato') as vm:
|
||||
@ -69,7 +69,3 @@ def main():
|
||||
|
||||
print('press ctrl+m to quit')
|
||||
keyboard.wait('ctrl+m')
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
@ -32,9 +32,12 @@ dependencies = [
|
||||
"xair-api>=2.4.1",
|
||||
"slobs_websocket@git+https://git@github.com/onyx-and-iris/slobs_websocket@v0.1.4#egg=slobs_websocket",
|
||||
"obsws-python>=1.7.0",
|
||||
"vban-cmd>=2.5.1",
|
||||
"vban-cmd>=2.5.2",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
duckypad-cli = "duckypad_twitch.cli:run"
|
||||
|
||||
[project.urls]
|
||||
Documentation = "https://github.com/unknown/duckypad-twitch#readme"
|
||||
Issues = "https://github.com/unknown/duckypad-twitch/issues"
|
||||
|
Loading…
x
Reference in New Issue
Block a user