提交 995dc093 编写于 作者: Q qq_21051503

Sat Mar 15 15:11:00 CST 2025 inscode

上级 0a575cc3
print('欢迎来到 InsCode') from douyin_live import DouyinLiveRoom
\ No newline at end of file
async def main():
room = DouyinLiveRoom("直播间链接或房间ID") # 替换为实际的直播间链接或ID
@room.on("comment")
async def on_comment(event):
print(f"{event.user.nickname}: {event.content}") # 打印评论
await room.connect()
import asyncio
asyncio.run(main())
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册