{"id":50685566,"url":"https://github.com/ethanz-code/bilibili-smart-manager","last_synced_at":"2026-06-08T22:32:57.610Z","repository":{"id":362493540,"uuid":"1259334000","full_name":"ethanz-code/bilibili-smart-manager","owner":"ethanz-code","description":"B站智能管家 - Chrome Extension for intelligent Bilibili bookmark \u0026 following management with AI classification","archived":false,"fork":false,"pushed_at":"2026-06-04T12:17:59.000Z","size":162,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-04T14:06:34.667Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ethanz-code.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-04T12:04:22.000Z","updated_at":"2026-06-04T12:18:03.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ethanz-code/bilibili-smart-manager","commit_stats":null,"previous_names":["ethanz-code/bilibili-smart-manager"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ethanz-code/bilibili-smart-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethanz-code%2Fbilibili-smart-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethanz-code%2Fbilibili-smart-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethanz-code%2Fbilibili-smart-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethanz-code%2Fbilibili-smart-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ethanz-code","download_url":"https://codeload.github.com/ethanz-code/bilibili-smart-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethanz-code%2Fbilibili-smart-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34083848,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2026-06-08T22:32:57.518Z","updated_at":"2026-06-08T22:32:57.596Z","avatar_url":"https://github.com/ethanz-code.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# B站智能管家 (bilibili-smart-manager)\n\n智能整理B站收藏夹和关注列表，支持AI分类和批量操作的 Chrome Extension。\n\n## 功能\n\n- **智能收藏管理** - 搜索、筛选、批量删除/移动/分类\n- **关注管理** - 搜索、僵尸关注检测、批量取消关注\n- **数据分析** - 收藏分布、UP主排行、统计概览\n- **AI分类** - 规则分类 + OpenAI gpt-4o-mini 增强\n- **自然语言指令** - 中文命令操作收藏夹\n\n## 技术栈\n\n- Chrome Extension Manifest V3\n- React 18 + TypeScript\n- Vite + vite-plugin-web-extension\n- IndexedDB 本地存储\n- OpenAI API (可选)\n\n## 开发\n\n```bash\nnpm install\nnpm run dev    # 开发模式\nnpm run build  # 构建\nnpm test       # 测试\n```\n\n## 加载到 Chrome\n\n1. `npm run build`\n2. 打开 `chrome://extensions`\n3. 开启开发者模式\n4. 加载已解压的扩展程序 → 选择 `dist/` 目录\n\n## 使用示例\n\n在插件输入框中输入自然语言指令：\n\n- `把游戏视频移到游戏收藏夹`\n- `删除所有失效视频`\n- `取消关注3个月没更新的UP主`\n- `分析我的收藏夹`\n\n## 项目结构\n\n```\nsrc/\n├── manifest.json          ← Chrome Extension 配置\n├── popup/                 ← 弹出窗口 (3个Tab)\n├── options/               ← 设置页\n├── services/              ← 核心业务逻辑\n│   ├── bilibili-api.ts    ← B站 API 封装\n│   ├── ai-classifier.ts   ← AI 分类引擎\n│   ├── command-parser.ts  ← 自然语言命令解析\n│   └── storage.ts         ← IndexedDB 存储\n├── components/            ← UI 组件\n├── background/            ← Service Worker\n├── content/               ← 注入B站页面的脚本\n└── styles/                ← 草料风格设计系统\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethanz-code%2Fbilibili-smart-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fethanz-code%2Fbilibili-smart-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethanz-code%2Fbilibili-smart-manager/lists"}