Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Nov 7, 2022. It is now read-only.
/danmakuPublic archive

A python module for fetching danmaku.

License

NotificationsYou must be signed in to change notification settings

THMonster/danmaku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

一个基于aiohttp的直播网站弹幕库(WIP)

目前支持斗鱼、虎牙、B站

感谢danmu

用法

importasyncioimportdanmakuasyncdefprinter(q):whileTrue:m=awaitq.get()print(m)asyncdefmain():q=asyncio.Queue()dmc=danmaku.DanmakuClient('https://douyu.com/9999',q)asyncio.create_task(printer(q))awaitdmc.start()asyncio.run(main())

About

A python module for fetching danmaku.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp