用于OBS的仿YouTube风格的bilibili直播评论栏
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
John Smith 036c462485 修正口胡 5 years ago
blivedm@f755468908 添加文字消息 5 years ago
frontend 添加用户名高亮 5 years ago
.gitattributes Initial commit 5 years ago
.gitignore Initial commit 5 years ago
.gitmodules 添加文字消息 5 years ago
LICENSE Initial commit 5 years ago
README.md 修正口胡 5 years ago
chat.py 添加用户名高亮 5 years ago
main.py 添加日志、完善一些功能 5 years ago
screenshot.png 添加readme 5 years ago

README.md

blivechat

用于OBS的仿YouTube风格的bilibili直播聊天层

最近喜欢看VTuber想为此写些程序于是有了这个东西。写到一半发现有类似项目了,而且还是纯前端实现的:bilibili-live-chat 本项目就当做练手吧而且对YouTube的模仿程度更高指样式和Super Chat

截图

特性

  • 兼容YouTube直播chat的样式生成样式参考https://chatv2.septapus.com/
  • 金瓜子礼物模仿Super Chat显示
  • 高亮舰队、房管、主播的用户名

使用方法

  1. 编译前端需要安装NPM
    cd frontend
    npm i
    npm run build
    
  2. 运行服务器:
    python3 main.py
    
  3. 用浏览器打开http://localhost输入房间号进入复制房间URL其实就是http://localhost/room/<房间ID>
  4. (可选)在https://chatv2.septapus.com/生成样式复制CSS
  5. 在OBS中添加浏览器源输入URL和自定义CSS