This commit is contained in:
WLT\Eric.hu
2025-04-14 15:19:39 +08:00
parent 31dc9123eb
commit 8d1c1cdc7d
17 changed files with 16363 additions and 83 deletions

16
main.py Normal file
View File

@@ -0,0 +1,16 @@
#!/usr/bin/python
# coding:utf-8
from liveMan import DouyinLiveWebFetcher
import asyncio
from ws_server import start_ws_server
if __name__ == '__main__':
live_id = '139226983757'
room = DouyinLiveWebFetcher(live_id)
room.get_room_status()
room.start()