文件名称:danmacu:自用 Bilibili 弹幕姬 for macOS
文件大小:20KB
文件格式:ZIP
更新时间:2024-05-28 09:23:42
Python
DanMacU 写来给自己用的 Bilibili 直播弹幕姬。 几个小时写出来的,我好久没写过 Python 了,代码质量奇差。什么项目架构设计,优雅错误处理啊都不存在,就图一梭子能跑就行,千万不要看实现代码。 预览 右下角那个就是。 关闭半透明的话: 依赖 Python 3.7+ pipenv 使用 $ pipenv install $ pipenv shell $ python -m danmacu.main <房间号> Danmaku page: http://127.0.0.1:7777/index.html Press Command+C to stop... 然后使用浮动窗口工具(如果不知道是啥请看 Q&A 部分第 6 条,或者直接用浏览器)打开这个程序输出的 URL 即可。 工作原理 使用的是 Bilibili Android 客户端的直播 API。 在连接 B 站的弹幕 W
【文件预览】:
danmacu-master
----.gitignore(30B)
----danmacu()
--------__init__.py(0B)
--------values.py(1KB)
--------command.py(1KB)
--------static()
--------server.py(2KB)
--------packet.py(3KB)
--------debug.py(929B)
--------main.py(1KB)
--------danmaku_client.py(4KB)
--------api_client.py(2KB)
----LICENSE(487B)
----Pipfile.lock(15KB)
----README.md(7KB)
----Pipfile(212B)