{"id":13431244,"url":"https://github.com/Beats0/bilive-danmaku","last_synced_at":"2025-03-16T11:31:25.574Z","repository":{"id":37774407,"uuid":"269582197","full_name":"Beats0/bilive-danmaku","owner":"Beats0","description":"一个开源的 bilibili 直播弹幕姬，支持 win 和 mac","archived":false,"fork":false,"pushed_at":"2024-07-29T22:21:39.000Z","size":13002,"stargazers_count":162,"open_issues_count":4,"forks_count":12,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-28T11:52:44.401Z","etag":null,"topics":["bilibili","bilibili-live","bilibili-live-tools","electron","typescript"],"latest_commit_sha":null,"homepage":"https://github.com/Beats0/bilive-danmaku","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Beats0.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-05T09:08:32.000Z","updated_at":"2024-10-26T13:31:15.000Z","dependencies_parsed_at":"2024-05-02T19:39:58.854Z","dependency_job_id":"59fa0ab3-d922-4903-b57a-85b033d5c64e","html_url":"https://github.com/Beats0/bilive-danmaku","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beats0%2Fbilive-danmaku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beats0%2Fbilive-danmaku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beats0%2Fbilive-danmaku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beats0%2Fbilive-danmaku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Beats0","download_url":"https://codeload.github.com/Beats0/bilive-danmaku/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243862824,"owners_count":20360219,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bilibili","bilibili-live","bilibili-live-tools","electron","typescript"],"created_at":"2024-07-31T02:01:01.619Z","updated_at":"2025-03-16T11:31:21.815Z","avatar_url":"https://github.com/Beats0.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","直播相关工具"],"sub_categories":["直播脚本"],"readme":"# bilive-danmaku\n\n\u003cdiv align=\"center\"\u003e\n\n![logo](https://beats0.github.io/bilive-danmaku/assets/icons/96x96.png)\n\u003cbr\u003e\n一个开源的 bilibili 直播弹幕姬，支持 win 和 mac\n\u003cbr\u003e\n\n\u003c/div\u003e\n\n### 预览\n\n![https://wx1.sinaimg.cn/large/006nOlwNly1gfiygt1rr4j31hc0tvqv5.jpg](https://wx1.sinaimg.cn/large/006nOlwNly1gfiygt1rr4j31hc0tvqv5.jpg)\n\n[视频预览](https://www.bilibili.com/video/av328551804)\n\n### 使用\n\n[下载 Release](https://github.com/Beats0/bilive-danmaku/releases)\n\n输入房间号 RoomID 后，回车提交即可连接\n\n### 功能\n\n面板和官方 web 端几乎一模一样，主要拓展了订阅列表，~~弹幕翻译~~，语音朗读，多语言配置等功能\n\n支持的消息类型\n\n```\nLIVE                // 开播消息\nPOPULAR             // 人气\nWATCHED_CHANGE      // 直播间看过人数\nDANMU_MSG           // 弹幕消息\nSEND_GIFT           // 礼物消息\nSPECIAL_GIFT        // TODO\nCOMBO_SEND          // 礼物连击消息\nCOMBO_END           // TODO 礼物连击结束消息\nNOTICE_MSG          // 广播消息\nWELCOME             // 欢迎进入直播间（不会触发）\nWELCOME_GUARD       // 欢迎舰长进入直播间（不会触发）\nENTRY_EFFECT        // 舰长、高能榜、老爷进入直播间\nINTERACT_WORD       // 用户进入直播间，用户关注直播间\nROOM_BLOCK_MSG      // 用户被禁言\nGUARD_BUY           // 上舰消息\nSUPER_CHAT_MESSAGE  // SC消息\nWARNING             // 直播警告消息\nCUT_OFF             // 直播强制切断消息\n```\n\n### 注意 Note!\n\n1. 登录认证(可选)\n\n由于 bilibili 隐私限制, 未登录情况下无法查看他人昵称。为了更好的体验可在浏览器登录 bilibili 后，在控制台 cookie 中选择 SESSDATA 的值, 复制粘贴到以下输入框点击刷新即可。\n\n\u003cimg src='./screenshot/session.png' width=450 /\u003e\n\n2. ~~翻译~~和朗读(翻译已失效)\n\n~~大量使用 google translate api，超出官方调用频率会导致请求超时，翻译或朗读失败。~~\n\n3. 鼠标穿透功能\n\n点击顶部穿透按钮后可开启鼠标穿透功能，再次点击可取消解锁\n\n4. 自定义样式(仅支持昵称样式和弹幕样式)\n\n点击 Dev Tools，编写对应的编辑 CSS 样式，只复制 css 声明语句，例如上图的 css 为\n\n```css\ntext-shadow: 1px 1px 2px #e91e63, 0 0 0.2em #e91e63;\n```\n\n填入到 `设置` \u003e `自定义样式` 中，`Ctrl+R` 重载即可。\n\n### 开发\n\n[README_DEV](https://github.com/Beats0/bilive-danmaku/blob/master/README_DEV.md)\n\n### [更新日志](https://github.com/Beats0/bilive-danmaku/blob/master/CHANGELOG.md)\n\n### LICENSE\n\n[MIT](https://github.com/Beats0/bilive-danmaku/blob/master/LICENSE)\n\n[MIT © Electron React Boilerplate](https://github.com/electron-react-boilerplate/electron-react-boilerplate)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBeats0%2Fbilive-danmaku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBeats0%2Fbilive-danmaku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBeats0%2Fbilive-danmaku/lists"}