Bilive_Electron Vector000
winget install --id=Vector000.bilive_electron -e
Bilibili live tool, written with Electron and Vue.JS.
Bilive_Electron is a Bilibili live streaming tool developed using Electron and Vue.js. Designed to enhance the user experience for Bilibili streamers and viewers, this application offers a streamlined interface for managing live streams, interacting with audiences, and accessing essential features directly from the desktop.
Key Features:
- Live Stream Management: Seamlessly manage live streams, including room setup, audience interaction, and real-time monitoring of stream activity.
- Gift Sending: Quickly send gifts to support your favorite streamers or reward active participants in your own stream.
- Built-in Chat Functionality: Engage with viewers through a chat interface that allows for real-time communication and moderation tools to maintain a positive community environment.
- Cross-Platform Compatibility: Built using Electron, Bilive_Electron is designed to work across multiple operating systems, ensuring accessibility for a wide range of users.
Audience & Benefit:
Ideal for Bilibili streamers, content creators, and active viewers who seek a more interactive and efficient way to engage with the platform. By providing tools for advanced stream management, gift interactions, and chat functionality, Bilive_Electron helps users enhance their live streaming experience and foster stronger connections with their audience.
Bilive_Electron can be installed via winget, ensuring easy setup for users looking to integrate this tool into their workflow.
README
Bilive-Electron
从bilive_client项目(我自己的分支,原作者的主分支在此:主分支)衍生而来的Electron应用。应用Vue.JS进行前端数据处理,Vuetify作为前端UI框架
Feature
主要基本与原项目功能一致,本项目采用了Vue+Vuetify,运行日志查找非常方便。而且Vuetify嘛,观感还是不错滴←◡←
不会用命令行的童鞋可以直接玩儿release
增添的功能:
- 快速指定直播间送礼
- 主站相关功能
- 弹 幕 鸡
Releases
Release可以直接下载使用,目前没有做linux包的打算,有兴趣的可以自行编译
Compile / Installation (编译安装)
git clone
cd bilive_electron
npm install
npm start
直接运行
(↓可选↓)npm run make
编译为当前平台(win/linux/...)应用,编译生成的程序会在/out
目录中生成,对应的安装包则位于/out/make
目录cd /out/Bilive_Electron-${平台platform}-${架构arch}
./Bilive_Electron.exe
在命令行中运行,可直接看到node后端的console
TO-DO(咕咕咕)
在前端窗口实现指定直播间送礼(已实现)可随意指定房间、登录用户的可交互弹幕姬(long-term)(已实现,待完善UI逻辑)
Known Issue
- 开始程序时用户数据载入延迟较大(Vuetify的锅,暂时未想到更好的解决方案)
概率性死鸡(应该不会死鸡了233)
Thanks
- 感谢lzghzr/bilive_client
- 感谢Dawnnnnnn/bilibili-live-tools
- 感谢czp3009/bilibili-api
- 感谢Hochikong带我进了Electron+Vue的坑
- 感谢各种破站api的搜集者