RepoPilot

RayWangQvQ/BiliBiliToolPro

B 站(bilibili)自动任务工具,支持docker、青龙、k8s等多种部署方式。全面拥抱AI。敏感肌也能用。

Mixed

Single-maintainer risk — review before adopting

ConcernsDependency

copyleft license (GPL-3.0) — review compatibility; top contributor handles 99% of recent commits…

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

dependency CVE scan unavailable

  • Small team — 2 contributors active in recent commits
  • Single-maintainer risk — top contributor 99% of recent commits
  • GPL-3.0 is copyleft — check downstream compatibility
  • Last commit 2d ago
  • 2 active contributors
  • GPL-3.0 licensed
  • CI configured
  • Tests present

What would improve this?

  • Use as dependency Concerns to Mixed if: relicense under MIT/Apache-2.0 (rare for established libs)

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: RayWangQvQ/BiliBiliToolPro

Generated by RepoPilot · document generated 2026-09-13 · concise human review Evidence snapshot · analyzed 2026-09-13T20:02:07.649Z · commit d552d69817cf

Verdict

Mixed — Single-maintainer risk — review before adopting

  • Last commit 2d ago
  • 2 active contributors
  • GPL-3.0 licensed
  • CI configured
  • 1 more receipt on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

What it is

BiliBiliToolPro is a C# (.NET) automation framework that performs daily tasks on Bilibili (China's premier video platform), including auto-login via QR code, daily experience farming (watch/coin/share/like), live stream AFK farming, manga/live check-ins, monthly pass perks collection, and B-coin charging. It supports multi-account execution across Docker, Kubernetes, Qinglong (a Chinese task scheduler), and standalone deployment with push notifications to Telegram, WeChat, DingTalk, PushPlus, and custom webhooks. Monorepo structure: Ray.BiliBiliTool.sln (C# solution root) with core library handling Bilibili API calls and task orchestration; bruno/ directory contains API request definitions…

Start here

Open these first:

  • Ray.BiliBiliTool.sln — Root solution file that defines the entire .NET project structure and all dependencies for the BiliBili automation tool
  • Dockerfile — Container definition required to understand how the tool is packaged and deployed across Docker, K8s, and serverless…
  • .github/workflows/publish-image.yml — CI/CD pipeline that orchestrates multi-architecture builds and releases; critical for understanding deployment automation
  • common.props — Centralized NuGet package and build configuration shared across all projects; defines dependency versions and compilation…
  • Directory.Packages.props — Central package management file using NuGet Central Package Management; controls all transitive dependency versions

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

Clone and build:

git clone https://github.com/RayWangQvQ/BiliBiliToolPro.git
cd BiliBiliToolPro
dotnet restore Ray.BiliBiliTool.sln
dotnet build Ray.BiliBiliTool.sln

Or deploy via Docker (Dockerfile present):

docker build -t bilitool .
docker run -e "ACCOUNT=<account>" -e "PASSWORD=<password>" bilitool

For Kubernetes: use .github/workflows/ as reference or see Chart deployment method (1.1.5).

Daily commands:

Dev build & test:

dotnet restore
dotnet build
dotnet test  # if test projects exist in .sln

Run locally:

…shortened for this brief.

Key cautions & unknowns

  • Small team — 2 contributors active in recent commits
  • Single-maintainer risk — top contributor 99% of recent commits
  • GPL-3.0 is copyleft — check downstream compatibility
  • Bilibili API brittleness: API endpoints change frequently (evidenced by multiple vip_center versions in bruno/); no SDK available, so wrapper breaks silently on API changes. WBI signature: Bilibili uses a Web…
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Forkable" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/raywangqvq/bilibilitoolpro?axis=fork)](https://repopilot.app/r/raywangqvq/bilibilitoolpro)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/raywangqvq/bilibilitoolpro on X, Slack, or LinkedIn.

Ask AI about raywangqvq/bilibilitoolpro

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/raywangqvq/bilibilitoolpro"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>