{"id":13431378,"url":"https://github.com/biliup/biliup","last_synced_at":"2025-05-13T19:06:45.075Z","repository":{"id":37626300,"uuid":"116561419","full_name":"biliup/biliup","owner":"biliup","description":"自动直播录制、投稿工具，也支持twitch、ytb频道搬运。","archived":false,"fork":false,"pushed_at":"2025-04-27T02:02:38.000Z","size":3925,"stargazers_count":4195,"open_issues_count":138,"forks_count":519,"subscribers_count":26,"default_branch":"master","last_synced_at":"2025-04-28T14:12:15.887Z","etag":null,"topics":["bilibili","douyin","douyu","huya","twitch","youtube"],"latest_commit_sha":null,"homepage":"https://biliup.github.io/biliup/","language":"Python","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/biliup.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,"zenodo":null}},"created_at":"2018-01-07T11:55:49.000Z","updated_at":"2025-04-28T11:08:39.000Z","dependencies_parsed_at":"2023-12-22T04:03:44.114Z","dependency_job_id":"d83721e3-3a11-4ce5-bc89-5c192cab0573","html_url":"https://github.com/biliup/biliup","commit_stats":{"total_commits":430,"total_committers":30,"mean_commits":"14.333333333333334","dds":0.2837209302325582,"last_synced_commit":"8a7ee5fbfc20d8724923fc0deb8f4d90e69c40ca"},"previous_names":["forgqi/bilibiliupload"],"tags_count":154,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biliup%2Fbiliup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biliup%2Fbiliup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biliup%2Fbiliup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biliup%2Fbiliup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/biliup","download_url":"https://codeload.github.com/biliup/biliup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251326850,"owners_count":21571636,"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","douyin","douyu","huya","twitch","youtube"],"created_at":"2024-07-31T02:01:02.647Z","updated_at":"2025-04-28T14:12:31.804Z","avatar_url":"https://github.com/biliup.png","language":"Python","funding_links":[],"categories":["UP 工具"],"sub_categories":["直播脚本"],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://docs.biliup.me/home.png\" alt=\"description\" width=\"300\" height=\"300\"/\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![Python](https://img.shields.io/badge/python-3.9%2B-blue)](http://www.python.org/download)\n[![PyPI](https://img.shields.io/pypi/v/biliup)](https://pypi.org/project/biliup)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/biliup)](https://pypi.org/project/biliup)\n[![License](https://img.shields.io/github/license/biliup/biliup)](https://github.com/biliup/biliup/blob/master/LICENSE)\n[![Telegram](https://img.shields.io/badge/Telegram-Group-blue.svg?logo=telegram)](https://t.me/+IkpIABHqy6U0ZTQ5)\n\n[![GitHub Issues](https://img.shields.io/github/issues/biliup/biliup?label=Issues)](https://github.com/biliup/biliup/issues)\n[![GitHub Stars](https://img.shields.io/github/stars/biliup/biliup)](https://github.com/biliup/biliup/stargazers)\n[![GitHub Forks](https://img.shields.io/github/forks/biliup/biliup)](https://github.com/biliup/biliup/network)\n\n\u003c/div\u003e\n\n\n\n## 🛠️ 功能\n* 开箱即用，多种安装方式，提供可视化WebUi界面\n* 多主播录制/上传，24X7无人值守运行，高自定义元信息\n* 边录边传不落盘急速上传，节省本地硬盘空间\n\n\n\n## 📜 更新日志\n\n- **[更新日志 »](https://biliup.github.io/biliup/docs/guide/changelog)**\n\n\n\n\n## 📜 使用文档\n\n- [使用文档 »](https://docs.biliup.me)\n\n## 🚀 快速开始\n\n### Windows\n- 下载 exe: [Release](https://github.com/biliup/biliup/releases/latest)\n\n### Linux 或 macOS\n1. 确保 Python 版本 ≥ 3.9\n2. 安装：`pip3 install biliup`\n3. 启动：`biliup start`\n4. 访问 WebUI：`http://your-ip:19159`\n\n\n---\n\n## 🧑‍💻开发\n\n### frontend\n\n1. 确保 Node.js 版本 ≥ 18\n2. 安装依赖：`npm i`\n3. 启动开发服务器：`npm run dev`\n4. 访问：`http://localhost:3000`\n\n### backend\n\n1. 安装依赖 `pip install .`\n2. `npm run build` 确保 `/biliup/web/public` 目录存在构建好的前端静态资源\n3. 启动 Biliup：`python3 -m biliup`\n\n## 🤝Credits\n* Thanks `ykdl, youtube-dl, streamlink` provides downloader.\n* Thanks `THMonster/danmaku`.\n\n\n## 💴捐赠\n[爱发电 »](https://afdian.com/a/biliup)\n\n\n## ⭐Stars\n[![Star History Chart](https://api.star-history.com/svg?repos=biliup/biliup\u0026type=Date)](https://star-history.com/#biliup/biliup\u0026Date)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiliup%2Fbiliup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbiliup%2Fbiliup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiliup%2Fbiliup/lists"}