https://github.com/ruinmi/danmaku
一个基于 Biliup 的 B站录播弹幕自动发送工具,支持多账号管理和智能弹幕发送。
https://github.com/ruinmi/danmaku
bilibili biliup
Last synced: 26 days ago
JSON representation
一个基于 Biliup 的 B站录播弹幕自动发送工具,支持多账号管理和智能弹幕发送。
- Host: GitHub
- URL: https://github.com/ruinmi/danmaku
- Owner: ruinmi
- Created: 2024-12-08T09:55:34.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-29T10:58:12.000Z (2 months ago)
- Last Synced: 2025-03-29T11:33:01.841Z (2 months ago)
- Topics: bilibili, biliup
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# B站录播弹幕自动发送工具
一个基于 Biliup 的 B站录播弹幕自动发送工具,支持多账号管理和智能弹幕发送。
## ✨ 主要功能
- 🔑 多账号管理
- 扫码快速登录
- Cookie 自动续期
- 实时状态监控
- 📺 视频监控
- 自动检测 UP 主新视频
- 支持关键词匹配
- 定时轮询更新
- 💬 弹幕发送
- 支持 XML 弹幕导入
- 智能去重过滤
- 自动调节发送频率
- 多账号均衡发送
- ⚡️ 高度可配置
- 自定义发送间隔
- 弹幕数量限制
- 重试机制## 🚀 快速开始
1. 给脚本添加执行权限
```bash
chmod +x start.sh login.sh add_pending_record.sh
```
2. 修改 `config/config.yaml`,配置需要监控的 UP 主 ID
3. 执行 `.\login.sh` 添加弹幕发送账号
4. 运行 `.\start.sh` 启动监控服务## ⚠️ 使用须知
- 需提前安装并配置 Biliup
- Biliup 配置要求:
- **后处理**:
- `mv {文件} {本项目}/danmaku/`
- `rm {本项目}/danmaku/*.mp4`
- **下载后处理**:
- `{本项目}/add_pending_record.sh`