Skip to content
/ biliup Public
forked from biliup/biliup

全自动录播、直播录制、分p投稿工具,支持twitch、ytb频道搬运。

License

Notifications You must be signed in to change notification settings

ZRdRy/biliup

 
 

Repository files navigation

logo

Python PyPI PyPI - Downloads License Telegram

GitHub Issues GitHub Stars GitHub Forks


🛠️ 核心功能

  • 📥 多平台支持:录制主流直播平台内容并上传至 B 站/本地存储
  • 🚄 智能上传:自动选择最优上传线路,支持手动调整并发
  • ⚙️ 线路配置:手动配置平台下载线路,避免画面断流
  • 🔐 多账号管理:支持多账号切换上传,同时上传多账号
  • 🏷️ 元数据定制:自定义视频标题、标签、简介等信息

📜 更新日志


💬 交流与工具


📜 使用文档

  • 编写中

🚀 快速开始

Windows

Linux 或 macOS

  1. 确保 Python 版本 ≥ 3.8
  2. 安装:pip3 install biliup
  3. 启动:biliup start
  4. 访问 WebUI:http://your-ip:19159

🐋

docker run -d \
  --name biliup \
  --restart unless-stopped \
  -p 0.0.0.0:19159:19159 \
  -v /path/to/save_folder:/opt \
  ghcr.io/biliup/caution:latest \
  --password password123
  • 用户名biliup
  • 公网暴露很危险,password123为密码,录制文件/日志存储在/opt
  • 根据需求进行修改,只作参考。

界面预览

Light Theme Dark Theme


🤝 开发

  1. 确保 Node.js 版本 ≥ 18
  2. 安装依赖:npm i
  3. 启动开发服务器:npm run dev
  4. 启动 Biliup:python3 -m biliup
  5. 访问:http://localhost:3000

直播平台信息

直播平台 支持类型 链接示例 特殊注释
虎牙 直播 https://www.huya.com/123456 可录制弹幕
斗鱼 直播 https://www.douyu.com/123456 可录制弹幕
YY语音 直播 https://www.yy.com/123456
哔哩哔哩 直播 https://live.bilibili.com/123456 特殊分区hls流需要单独配置/可录制弹幕
acfun 直播 https://live.acfun.cn/live/123456
afreecaTV 直播 https://play.afreecatv.com/biliup123/123456 录制部分直播时需要登陆
bigo 直播 https://www.bigo.tv/123456
抖音 直播 直播:https://live.douyin.com/123456
直播:https://live.douyin.com/tiktok
主页:https://www.douyin.com/user/456789
使用主页链接或被风控需配置cookies
快手 直播 https://live.kuaishou.com/u/biliup123 监控开播需使用中国大陆IPv4家宽,且24小时内单直播间最多120次请求
网易CC 直播 https://cc.163.com/123456
flextv 直播 https://www.flextv.co.kr/channels/123456/live
映客 直播 https://www.inke.cn/liveroom/index.html?uid=123456
猫耳FM 直播 https://fm.missevan.com/live/123456 猫耳为纯音频流
nico 直播 https://live.nicovideo.jp/watch/lv123456 可配置登录信息
twitch 直播
回放
直播:https://www.twitch.tv/biliup123
回放:https://www.twitch.tv/biliup123/videos?filter=archives&sort=time
可配置登录信息/尽量录制回放/可录制弹幕
youtube 直播
回放
直播:https://www.youtube.com/watch?v=biliup123
直播:https://www.youtube.com/@biliup123/live
回放:https://www.youtube.com/@biliup123/videos
可配置登录信息/尽量录制回放/可配置回放下载日期
克拉克拉 直播 直播: http://www.hongdoufm.com/room/123456
直播:https://live.kilakila.cn/PcLive/index/detail?id=123456
hls/flv

Credits

  • Thanks ykdl, youtube-dl, streamlink provides downloader.
  • Thanks THMonster/danmaku.

捐赠

  • 爱发电 :https://afdian.com/a/biliup

Stars

Star History Chart

About

全自动录播、直播录制、分p投稿工具,支持twitch、ytb频道搬运。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.6%
  • TypeScript 21.3%
  • SCSS 1.6%
  • CSS 1.0%
  • Dockerfile 0.3%
  • Mako 0.1%
  • Other 0.1%