Skip to content

Commit 93a072d

Browse files
committed
Basic files
1 parent a34a222 commit 93a072d

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

config.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
http_bind_to_address = 127.0.0.1
2+
http_bind_to_port = 4445
3+
4+
[obsws]
5+
ws_address = 127.0.0.1
6+
ws_port = 4444
7+
ws_password =

main.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import asyncio
2+
import aiohttp
3+
import json
4+
import simpleobsws
5+
import liteconfig
6+
7+
cfg = liteconfig.Config("config.ini")

0 commit comments

Comments
 (0)