From a01ef3bdc218ba777d4f3aac00acabaf543019f3 Mon Sep 17 00:00:00 2001 From: EssentialCuber <111330534+EssentialCuber@users.noreply.github.com> Date: Thu, 23 Nov 2023 13:40:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E4=B8=BB=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=EF=BC=8C=E6=9B=B4=E6=96=B0AI=E6=80=BB=E7=BB=93=E6=96=87?= =?UTF-8?q?=E6=A1=A3=20(#871)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 整理README中的目录信息,使之与项目中的文档一一对应。 更新AI总结的文档,修复card_info.md中出现的格式错乱。 * 修改AI总结文档的错误内容 --- README.md | 323 ++++++++++++++++++++------------------ docs/dynamic/card_info.md | 49 +++--- docs/video/summary.md | 283 +++++++++++++++++++-------------- 3 files changed, 365 insertions(+), 290 deletions(-) diff --git a/README.md b/README.md index 5e9a3044ad..892a9f58ed 100644 --- a/README.md +++ b/README.md @@ -61,197 +61,211 @@ B站 API 采用 C/S 结构,大多数接口为 REST API 和 gRPC,少部分接 ## 🍴目录 -计划整理分类 & 目录:(文档已完结请选中 checkbox) +计划整理分类 & 目录:(文档已完结请选中 checkbox) - [ ] [接口签名与验证](docs/misc/sign) - - [x] [APP API 签名](docs/misc/sign/APP.md)(`appkey`与`sign`) - - [x] [已知的 APPKey](docs/misc/sign/APPKey.md) - - [x] [Wbi 签名](docs/misc/sign/wbi.md)(`wts`与`w_rid`) + - [x] [APP API 签名](docs/misc/sign/APP.md)(`appkey`与`sign`) + - [x] [已知的 APPKey](docs/misc/sign/APPKey.md) + - [x] [Wbi 签名](docs/misc/sign/wbi.md)(`wts`与`w_rid`) - [x] [公共错误码](docs/misc/errcode.md) - [x] [图片格式化](docs/misc/picture.md) - [x] [bvid 说明](docs/misc/bvid_desc.md) +- [ ] [设备唯一标识BUVID](docs/misc/device_identity.md) - [ ] [gRPC API 接口定义](grpc_api) - [ ] [登录](docs/login) - - [x] [登录操作 (人机认证)](docs/login/login_action) - - [x] [短信登录](docs/login/login_action/SMS.md) - - [x] [密码登录](docs/login/login_action/password.md) - - [x] [二维码登录](docs/login/login_action/QR.md) - - [ ] SNS 登录 (QQ & 微信 & 微博) - - [x] [登录基本信息](docs/login/login_info.md) - - [ ] [个人中心](docs/login/member_center.md) - - [ ] [注销登录](docs/login/exit.md) - - [x] [登录记录](docs/login/login_notice.md) - - [x] [Web 端 Cookie 刷新](docs/login/cookie_refresh.md) + - [x] [登录操作 (人机认证)](docs/login/login_action) + - [x] [短信登录](docs/login/login_action/SMS.md) + - [x] [密码登录](docs/login/login_action/password.md) + - [x] [二维码登录](docs/login/login_action/QR.md) + - [ ] SNS 登录 (QQ & 微信 & 微博) + - [x] [登录基本信息](docs/login/login_info.md) + - [ ] [个人中心](docs/login/member_center.md) + - [ ] [注销登录](docs/login/exit.md) + - [x] [登录记录](docs/login/login_notice.md) + - [x] [Web 端 Cookie 刷新](docs/login/cookie_refresh.md) - [ ] [消息中心](docs/message) - - [ ] [通知类消息](docs/message/msg.md) - - [ ] [私信](docs/message/private_msg.md) - - [ ] 设置 + - [ ] [通知类消息](docs/message/msg.md) + - [ ] [私信](docs/message/private_msg.md) + - [ ] 设置 - [ ] [用户](docs/user) - - [x] [基本信息](docs/user/info.md) - - [x] [状态数](docs/user/status_number.md) - - [x] [关系](docs/user/relation.md) - - [ ] [个人空间](docs/user/space.md) - - [x] [检查昵称是否可注册](docs/user/check_nickname.md) - - [x] [用户注册](docs/user/register.md) - - [x] [用户认证类型一览](docs/user/official_role.md) + - [x] [基本信息](docs/user/info.md) + - [x] [状态数](docs/user/status_number.md) + - [x] [关系](docs/user/relation.md) + - [ ] [个人空间](docs/user/space.md) + - [x] [检查昵称是否可注册](docs/user/check_nickname.md) + - [x] [用户注册](docs/user/register.md) + - [x] [用户认证类型一览](docs/user/official_role.md) + - [ ] [加入老粉计划](docs/user/contract.md) - [ ] [大会员](docs/vip) - - [ ] [大会员基本信息](docs/vip/info.md) - - [ ] [大会员中心](docs/vip/center.md) - - [ ] [大会员签到](docs/vip/clockin.md) - - [ ] [大会员操作](docs/vip/action.md) + - [ ] [大会员基本信息](docs/vip/info.md) + - [ ] [大会员中心](docs/vip/center.md) + - [ ] [大会员签到](docs/vip/clockin.md) + - [ ] [大会员操作](docs/vip/action.md) - [ ] [视频](docs/video) - - [x] [视频分区一览 (分区代码)](docs/video/video_zone.md) - - [x] [基本信息](docs/video/info.md) - - [x] [状态数](docs/video/status_number.md) - - [x] [快照](docs/video/snapshot.md) - - [x] [点赞 & 投币 & 收藏 & 分享](docs/video/action.md) - - [ ] [TAG](docs/video/tags.md) - - [x] [视频推荐](docs/video/recommend.md) - - [x] [播放&下载地址 (视频流)](docs/video/videostream_url.md) - - [ ] [互动视频](docs/video/interact_video.md) - - [x] [高能进度条](docs/video/pbp.md) - - [ ] [信息上报 (心跳及记录历史)](docs/video/report.md) - - [x] [视频属性数据](docs/video/attribute_data.md) - - [x] [视频在线人数](docs/video/online.md) + - [x] [视频分区一览 (分区代码)](docs/video/video_zone.md) + - [x] [基本信息](docs/video/info.md) + - [x] [状态数](docs/video/status_number.md) + - [x] [快照](docs/video/snapshot.md) + - [x] [点赞 & 投币 & 收藏 & 分享](docs/video/action.md) + - [ ] [TAG](docs/video/tags.md) + - [x] [视频推荐](docs/video/recommend.md) + - [x] [播放&下载地址 (视频流)](docs/video/videostream_url.md) + - [ ] [互动视频](docs/video/interact_video.md) + - [x] [高能进度条](docs/video/pbp.md) + - [ ] [信息上报 (心跳及记录历史)](docs/video/report.md) + - [x] [视频属性数据](docs/video/attribute_data.md) + - [x] [视频在线人数](docs/video/online.md) + - [x] [视频AI摘要](docs/video/summary.md) + - [ ] [稿件投诉](docs/video/appeal.md) + - [ ] [视频状态数](docs/video/status_number.md) - [ ] [剧集 (番剧、影视)](docs/bangumi) - - [ ] [基本信息](docs/bangumi/info.md) - - [ ] [播放&下载地址(视频流)](docs/bangumi/videostream_url.md) - - [ ] [时间轴](docs/bangumi/timeline.md) - - [ ] 状态数 - - [ ] 操作 + - [ ] [基本信息](docs/bangumi/info.md) + - [ ] [播放&下载地址(视频流)](docs/bangumi/videostream_url.md) + - [ ] [时间轴](docs/bangumi/timeline.md) + - [ ] [追番相关](docs/bangumi/follow.md) + - [ ] 状态数 + - [ ] 操作 - [ ] [视频弹幕](docs/danmaku) - - [x] [protobuf 实时弹幕](docs/danmaku/danmaku_proto.md) - - [x] [protobuf 弹幕元数据(BAS 弹幕 / 互动弹幕)](docs/danmaku/danmaku_view_proto.md) - - [x] [xml 实时弹幕](docs/danmaku/danmaku_xml.md) - - [x] [历史弹幕](docs/danmaku/history.md) - - [x] [快照](docs/danmaku/snapshot.md) - - [ ] [弹幕操作](docs/danmaku/action.md) - - [ ] 高级弹幕 - - [ ] 屏蔽管理 - - [ ] 智能防挡弹幕 - - [x] [弹幕个人配置修改](docs/danmaku/config.md) - - [x] [名词解释](docs/danmaku/buzzword.md) - - [x] [点赞查询](docs/danmaku/thumbup.md) + - [x] [protobuf 实时弹幕](docs/danmaku/danmaku_proto.md) + - [x] [protobuf 弹幕元数据(BAS 弹幕 / 互动弹幕)](docs/danmaku/danmaku_view_proto.md) + - [x] [xml 实时弹幕](docs/danmaku/danmaku_xml.md) + - [x] [历史弹幕](docs/danmaku/history.md) + - [x] [快照](docs/danmaku/snapshot.md) + - [ ] [弹幕操作](docs/danmaku/action.md) + - [ ] 高级弹幕 + - [ ] 屏蔽管理 + - [ ] 智能防挡弹幕 + - [x] [弹幕个人配置修改](docs/danmaku/config.md) + - [x] [名词解释](docs/danmaku/buzzword.md) + - [x] [点赞查询](docs/danmaku/thumbup.md) - [x] [视频笔记](docs/note) - - [x] [笔记列表](docs/note/list.md) - - [x] [笔记详细信息](docs/note/info.md) - - [x] [笔记操作](docs/note/action.md) + - [x] [笔记列表](docs/note/list.md) + - [x] [笔记详细信息](docs/note/info.md) + - [x] [笔记操作](docs/note/action.md) - [ ] [专栏](docs/article) - - [ ] 分区 - - [X] [基本信息](docs/article/info.md) - - [X] [点赞 & 投币 & 收藏 & 分享](docs/article/action.md) - - [X] [文集基本信息](docs/article/articles.md) - - [X] [获取用户专栏文章列表](docs/article/list.md) + - [ ] [专栏分类](docs/article/category.md) + - [X] [基本信息](docs/article/info.md) + - [X] [点赞 & 投币 & 收藏 & 分享](docs/article/action.md) + - [X] [文集基本信息](docs/article/articles.md) + - [X] [获取用户专栏文章列表](docs/article/list.md) - [ ] [音频](docs/audio) - - [x] [歌曲基本信息](docs/audio/info.md) - - [ ] [歌单 & 音频收藏夹详细信息](docs/audio/music_list.md) - - [ ] [状态数](docs/audio/status_number.md) - - [ ] [投币 & 收藏](docs/audio/action.md) - - [x] [播放 & 下载地址(音频流)](docs/audio/musicstream_url.md) - - [x] [音频榜单](docs/audio/rank.md) + - [x] [歌曲基本信息](docs/audio/info.md) + - [ ] [歌单 & 音频收藏夹详细信息](docs/audio/music_list.md) + - [ ] [状态数](docs/audio/status_number.md) + - [ ] [投币 & 收藏](docs/audio/action.md) + - [x] [播放 & 下载地址(音频流)](docs/audio/musicstream_url.md) + - [x] [音频榜单](docs/audio/rank.md) - [ ] [排行榜 & 最新视频](docs/video_ranking) - - [ ] [排行榜](docs/video_ranking/ranking.md) - - [ ] [热门视频](docs/video_ranking/popular.md) - - [ ] [最新视频](docs/video_ranking/dynamic.md) - - [x] [入站必刷视频](docs/video_ranking/precious_videos.md) + - [ ] [排行榜](docs/video_ranking/ranking.md) + - [ ] [热门视频](docs/video_ranking/popular.md) + - [ ] [最新视频](docs/video_ranking/dynamic.md) + - [x] [入站必刷视频](docs/video_ranking/precious_videos.md) - [ ] [搜索](docs/search) - - [x] [搜索请求](docs/search/search_request.md) - - [x] [搜索结果](docs/search/search_response.md) - - [x] [默认搜索 & 热搜](docs/search/hot.md) - - [x] [搜索建议](docs/search/suggest.md) + - [x] [搜索请求](docs/search/search_request.md) + - [x] [搜索结果](docs/search/search_response.md) + - [x] [默认搜索 & 热搜](docs/search/hot.md) + - [x] [搜索建议](docs/search/suggest.md) - [ ] [小黑屋](docs/blackroom) - - [ ] 基本信息 - - [x] [封禁公示](docs/blackroom/banlist.md) - - [x] [风纪委员及众裁案件相关](docs/blackroom/jury) - - [x] [风纪委员基本信息](docs/blackroom/jury/base_info.md) - - [x] [众裁案件基本信息](docs/blackroom/jury/judgement_info.md) - - [x] [裁决操作](docs/blackroom/jury/action.md) + - [ ] 基本信息 + - [x] [封禁公示](docs/blackroom/banlist.md) + - [x] [风纪委员及众裁案件相关](docs/blackroom/jury) + - [x] [风纪委员基本信息](docs/blackroom/jury/base_info.md) + - [x] [众裁案件基本信息](docs/blackroom/jury/judgement_info.md) + - [x] [裁决操作](docs/blackroom/jury/action.md) - [x] [评论区](docs/comment) - - [x] [评论区明细](docs/comment/list.md) - - [x] [操作](docs/comment/action.md) + - [x] [评论区明细](docs/comment/list.md) + - [x] [操作](docs/comment/action.md) - [ ] [表情](docs/emoji) - - [x] [表情及表情包信息](docs/emoji/list.md) - - [x] [操作](docs/emoji/action.md) + - [x] [表情及表情包信息](docs/emoji/list.md) + - [x] [操作](docs/emoji/action.md) - [ ] [创作中心](docs/creativecenter) - - [ ] [统计与数据](docs/creativecenter/statistics&data.md) - - [ ] 列表查询相关 - - [x] [电磁力数据](docs/creativecenter/railgun.md) + - [ ] [统计与数据](docs/creativecenter/statistics&data.md) + - [ ] 列表查询相关 + - [x] [电磁力数据](docs/creativecenter/railgun.md) - [x] [实时广播(通讯协议)](docs/broadcast) - - [x] [视频内广播](docs/broadcast/video_room.md) + - [x] [视频内广播](docs/broadcast/video_room.md) - [ ] [充电](docs/electric) - - [ ] [包月充电操作](docs/electric/monthly.md) - - [x] [自定义充电(B币方式)](docs/electric/Bcoin.md) - - [x] [自定义充电(微信 & 支付宝方式)](docs/electric/WeChat&Alipay.md) - - [x] [充电留言](docs/electric/charge_msg.md) - - [x] [充电列表](docs/electric/charge_list.md) + - [ ] [包月充电操作](docs/electric/monthly.md) + - [x] [自定义充电(B币方式)](docs/electric/Bcoin.md) + - [x] [自定义充电(微信 & 支付宝方式)](docs/electric/WeChat&Alipay.md) + - [x] [充电留言](docs/electric/charge_msg.md) + - [x] [充电列表](docs/electric/charge_list.md) - [ ] [动态](docs/dynamic) - - [ ] [动态基本信息](docs/dynamic/basicInfo.md) - - [ ] [发送 & 转载动态](docs/dynamic/publish.md) - - [ ] [根据关键字搜索用户(at 别人时的填充列表)](docs/dynamic/atlist.md) - - [ ] [操作](docs/dynamic/action.md) - - [ ] 动态列表 - - [x] [特定话题动态列表](docs/dynamic/tag_dynamics.md) - - [ ] [动态内容](docs/dynamic/get_dynamic_detail.md) + - [ ] [获取动态列表](docs/dynamic/all.md) + - [ ] [获取用户孔径动态](docs/dynamic/space.md) + - [ ] [动态基本信息](docs/dynamic/basicInfo.md) + - [ ] [动态详细信息字段](docs/dynamic/card_info.md) + - [ ] [获取动态详情](docs/dynamic/detail.md) + - [ ] [动态类型](docs/dynamic/dynamic_enum.md) + - [ ] [动态信息](docs/dynamic/content.md) + - [ ] [发送 & 转载动态](docs/dynamic/publish.md) + - [ ] [根据关键字搜索用户(at 别人时的填充列表)](docs/dynamic/atlist.md) + - [ ] [操作](docs/dynamic/action.md) + - [ ] 动态列表 + - [x] [特定话题动态列表](docs/dynamic/tag_dynamics.md) + - [ ] [动态内容](docs/dynamic/get_dynamic_detail.md) - [ ] [相簿](docs/album) - - [x] [基本信息](docs/album/info.md) - - [x] [相簿列表](docs/album/list.md) - - [x] [推荐作者](docs/album/recommend_author.md) - - [x] [活动列表](docs/album/activity_list.md) - - [x] [操作](docs/album/action.md) - - [ ] 投稿 + - [x] [基本信息](docs/album/info.md) + - [x] [相簿列表](docs/album/list.md) + - [x] [推荐作者](docs/album/recommend_author.md) + - [x] [活动列表](docs/album/activity_list.md) + - [x] [操作](docs/album/action.md) + - [ ] 投稿 - [ ] [历史记录 & 稍后再看](docs/history&toview) - - [x] [历史记录](docs/history&toview/history.md) - - [x] [稍后再看](docs/history&toview/toview.md) + - [x] [历史记录](docs/history&toview/history.md) + - [x] [稍后再看](docs/history&toview/toview.md) - [ ] [收藏夹](docs/fav) - - [x] [基本信息](docs/fav/info.md) - - [x] [收藏夹内容](docs/fav/list.md) - - [ ] [收藏夹操作](docs/fav/action.md) + - [x] [基本信息](docs/fav/info.md) + - [x] [收藏夹内容](docs/fav/list.md) + - [ ] [收藏夹操作](docs/fav/action.md) - [ ] [课程](docs/cheese) - - [x] [课程基本信息](docs/cheese/info.md) - - [ ] 已购课程 - - [ ] 分区推荐列表 - - [ ] 操作 - - [x] [播放 & 下载地址(视频流)](docs/cheese/videostream_url.md) + - [x] [课程基本信息](docs/cheese/info.md) + - [ ] 已购课程 + - [ ] 分区推荐列表 + - [ ] 操作 + - [x] [播放 & 下载地址(视频流)](docs/cheese/videostream_url.md) - [ ] [直播](docs/live) - - [ ] [直播间基本信息](docs/live/info.md) - - [ ] [直播分区](docs/live/live_area.md) - - [ ] [直播间管理](docs/live/manage.md) - - [ ] 直播间操作 - - [ ] [直播视频流](docs/live/live_stream.md) - - [ ] [直播信息流](docs/live/message_stream.md) - - [ ] [直播红包](docs/live/redpocket.md) - - [ ] [直播间用户实用 API](docs/live/user.md) + - [ ] [直播间基本信息](docs/live/info.md) + - [ ] [直播分区](docs/live/live_area.md) + - [ ] [直播间管理](docs/live/manage.md) + - [ ] 直播间操作 + - [ ] [直播视频流](docs/live/live_stream.md) + - [ ] [直播信息流](docs/live/message_stream.md) + - [ ] [直播红包](docs/live/redpocket.md) + - [ ] [直播间用户实用 API](docs/live/user.md) - [ ] [转正答题](docs/newbie_exam) - - [x] [查询信息](docs/newbie_exam/info.md) - - [x] [拉取题目](docs/newbie_exam/fetch.md) - - [x] [操作](docs/newbie_exam/action.md) + - [x] [查询信息](docs/newbie_exam/info.md) + - [x] [拉取题目](docs/newbie_exam/fetch.md) + - [x] [操作](docs/newbie_exam/action.md) - [ ] B币钱包 - - [ ] 基本信息 - - [ ] B币充值 - - [ ] 贝壳相关 + - [ ] 基本信息 + - [ ] B币充值 + - [ ] 贝壳相关 - [ ] [哔哩哔哩漫画](docs/manga) - - [ ] [用户信息](docs/manga/user.md) - - [x] [签到](docs/manga/ClockIn.md) - - [x] [积分商城](docs/manga/point_shop.md) - - [x] [漫画操作](docs/manga/Comic.md) - - [x] [漫画赛季](docs/manga/Season.md) - - [x] [漫读券/已购相关](docs/manga/User.md) - - [x] [下载](docs/manga/Download.md) - - [x] [data.index解析](docs/manga/index_file.md) + - [ ] 用户信息 + - [x] [签到](docs/manga/ClockIn.md) + - [x] [积分商城](docs/manga/point_shop.md) + - [x] [漫画操作](docs/manga/Comic.md) + - [ ] [漫画任务操作](docs/manga/Activity.md) + - [x] [漫画赛季](docs/manga/Season.md) + - [x] [漫读券/已购相关](docs/manga/User.md) + - [x] [下载](docs/manga/Download.md) + - [x] [data.index解析](docs/manga/index_file.md) + - [ ] [获取轻享卡信息](docs/manga/light_card.md) - [ ] 哔哩哔哩游戏 - [ ] [终端网络查询](docs/clientinfo) - - [x] [基于 ip 的地理位置查询](docs/clientinfo/ip.md) + - [x] [基于 ip 的地理位置查询](docs/clientinfo/ip.md) - [ ] [其他](docs/misc) - - [x] [获取当前时间戳](docs/misc/time_stamp.md) + - [x] [获取当前时间戳](docs/misc/time_stamp.md) - [ ] [web端组件](docs/web_widget) - - [x] [分区当日投稿数](docs/web_widget/zone_upload.md) - - [x] [404 页漫画收集](docs/web_widget/404_manga.md) + - [x] [分区当日投稿数](docs/web_widget/zone_upload.md) + - [x] [404 页漫画收集](docs/web_widget/404_manga.md) - [ ] [APP端组件](docs/APP_widget) - - [x] [开屏图片 + 恰饭珍贵录像](docs/APP_widget/splash.md) + - [x] [开屏图片 + 恰饭珍贵录像](docs/APP_widget/splash.md) - [ ] [个性装扮](docs/garb) - - [x] [APP 主题](docs/garb/skin.md) - - [x] [主题色](docs/garb/color.md) + - [x] [APP 主题](docs/garb/skin.md) + - [x] [主题色](docs/garb/color.md) ## ✨鸣谢 @@ -330,7 +344,7 @@ OR Aifadian:[https://afdian.net/@ShakaiAneE](https://afdian.net/@ShakaiAneE) - [Jannchie/BiliOB](https://github.com/Jannchie/BiliOB): BiliOB观测者是一个观测B站UP主及视频数据变化,并予以分析的Web应用程序 - [biliob233/biliob233.github.io](https://github.com/biliob233/biliob233.github.io): ~~无可奉告~~ - [biliup/biliup](https://github.com/biliup/biliup): 全自动录播、投稿工具,也支持twitch、ytb频道搬运。提供分p上传b站接口,腾讯云内网免流+大幅提速 -- [ddiu8081/bilicli](https://github.com/ddiu8081/bilicli): Bilibili-live danmu dashboard in your terminal. +- [ddiu8081/bilicli](https://github.com/ddiu8081/bilicli): Bilibili-live danmu dashboard in your terminal. - [MotooriKashin/Bilibili-Old](https://github.com/MotooriKashin/Bilibili-Old): 恢复旧版Bilibili页面,为了那些念旧的人。 - [SocialSisterYi/bcut-asr](https://github.com/SocialSisterYi/bcut-asr): 使用必剪API的语音字幕识别 - [CzJam/Bili_Realtime_Data](https://github.com/CzJam/Bili_Realtime_Data): Bilibili粉丝与视频实时数据统计 @@ -341,9 +355,10 @@ OR Aifadian:[https://afdian.net/@ShakaiAneE](https://afdian.net/@ShakaiAneE) - [uw-labs/bloomrpc](https://github.com/uw-labs/bloomrpc): GUI Client for GRPC Services -- [grpc/grpc](https://github.com/grpc/grpc): The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) +- [grpc/grpc](https://github.com/grpc/grpc): The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) - - [quicktype](https://github.com/quicktype/quicktype) quicktype generates strongly-typed models and serializers from JSON, JSON Schema, TypeScript, and GraphQL queries, making it a breeze to work with JSON type-safely in many programming languages.一键生成多种语言的json反序列化所需类,以便于快速反序列化, 有网页版 +- [quicktype](https://github.com/quicktype/quicktype) quicktype generates strongly-typed models and serializers from JSON, JSON Schema, TypeScript, and GraphQL queries, making it a breeze to work with JSON type-safely in many programming languages.一键生成多种语言的json反序列化所需类,以便于快速反序列化, + 有网页版