XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/bilibili-API-collect

Update README.md

cddc8fa
wuziqian211 <65224318+wuziqian211@users.noreply.github.com>
提交于

代码差异

1 个文件 +47 -54
Modified README.md +47 -54
@@ -1,41 +1,41 @@
1 1 <p align="center">
2 2 <img src="./assets/img/logo.png" width="250" height="200">
3 3 </p>
4 <h1 align="center">哔哩哔哩-API收集整理</h1>
4 <h1 align="center">哔哩哔哩 - API 收集整理</h1>
5 5 <p align="center" class="shields">
6 <a href="https://github.com/SocialSisterYi/bilibili-API-collect/issues" style="text-decoration:none">
7 <img src="https://img.shields.io/github/issues/SocialSisterYi/bilibili-API-collect.svg" alt="GitHub issues"/>
6 <a href="https://github.com/SocialSisterYi/bilibili-API-collect/issues" style="text-decoration: none;">
7 <img src="https://img.shields.io/github/issues/SocialSisterYi/bilibili-API-collect.svg?style=flat&color=red" alt="GitHub issues"/>
8 8 </a>
9 <a href="https://github.com/SocialSisterYi/bilibili-API-collect/stargazers" style="text-decoration:none" >
10 <img src="https://img.shields.io/github/stars/SocialSisterYi/bilibili-API-collect.svg" alt="GitHub stars"/>
9 <a href="https://github.com/SocialSisterYi/bilibili-API-collect/stargazers" style="text-decoration: none;">
10 <img src="https://img.shields.io/github/stars/SocialSisterYi/bilibili-API-collect.svg?style=flat&color=yellow" alt="GitHub stars"/>
11 11 </a>
12 <a href="https://github.com/SocialSisterYi/bilibili-API-collect/network" style="text-decoration:none" >
13 <img src="https://img.shields.io/github/forks/SocialSisterYi/bilibili-API-collect.svg" alt="GitHub forks"/>
12 <a href="https://github.com/SocialSisterYi/bilibili-API-collect/network" style="text-decoration: none;">
13 <img src="https://img.shields.io/github/forks/SocialSisterYi/bilibili-API-collect.svg?style=flat&color=blue" alt="GitHub forks"/>
14 14 </a>
15 <a href="https://github.com/SocialSisterYi/bilibili-API-collect/actions">
16 <img src="https://img.shields.io/github/actions/workflow/status/SocialSisterYi/bilibili-API-collect/vuepress-deploy.yml">
15 <a href="https://github.com/SocialSisterYi/bilibili-API-collect/actions" style="text-decoration: none;">
16 <img src="https://img.shields.io/github/actions/workflow/status/SocialSisterYi/bilibili-API-collect/vuepress-deploy.yml?style=flat" alt="Build status"/>
17 17 </a>
18 <a href="https://github.com/SocialSisterYi/bilibili-API-collect/blob/master/LICENSE" style="text-decoration:none" >
19 <img src="https://img.shields.io/badge/License-CC%20BY--NC%204.0-lightgrey.svg" alt="GitHub license"/>
18 <a href="https://github.com/SocialSisterYi/bilibili-API-collect/blob/master/LICENSE" style="text-decoration: none;">
19 <img src="https://img.shields.io/badge/License-CC%20BY--NC%204.0-lightgrey.svg?style=flat" alt="GitHub license"/>
20 20 </a>
21 21 </p>
22 22 <p align="center" class="trendshift">
23 23 <a href="https://trendshift.io/repositories/3218" target="_blank">
24 <img src="https://trendshift.io/api/badge/repositories/3218" alt="SocialSisterYi%2Fbilibili-API-collect | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/>
24 <img src="https://trendshift.io/api/badge/repositories/3218" alt="Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/>
25 25 </a>
26 26 </p>
27 <h3 align="center">野生API文档</h3>
27 <h3 align="center">野生 API 文档</h3>
28 28 <h3 align="center">不断更新中....</h3>
29 29
30 本项目旨在对 B站 WEB、APP、TV 等客户端中,散落在世界各地的野生 API 进行收集整理,研究使用方法并对其进行说明,运用了黑箱法、控制变量法、代码逆向分析、拆包及反编译法、网络抓包法等研究办法
30 本项目旨在对 B 站 WEB、APP、TV 等客户端中,散落在世界各地的野生 API 进行收集整理,研究使用方法并对其进行说明,运用了黑箱法、控制变量法、代码逆向分析、拆包及反编译法、网络抓包法等研究办法
31 31
32 32 本文档探讨的对象是主站业务接口,[官方开放平台](https://openhome.bilibili.com/doc) 和 [直播开放平台](https://open-live.bilibili.com/document/) 均不属于本项目范畴,请移步
33 33
34 34 B站 API 采用 C/S 结构,大多数接口为 REST API 和 gRPC,少部分接口为 WebSocket;REST API 接口请求数据大多为 url query 表单或 JSON,返回数据大多为 JSON 或 Protobuf,强制使用 https 协议
35 35
36 📖阅读地址:[GithubPages](https://socialsisteryi.github.io/bilibili-API-collect/)
36 📖阅读地址:[Github Pages](https://socialsisteryi.github.io/bilibili-API-collect/)
37 37
38 小小的 Demo:~~av583785685~~ [视频失效原因](https://shakaianee.top/archives/56/) ([Youtube备链](https://www.youtube.com/watch?v=nfF91Z6fqGk))
38 小小的 Demo:~~av583785685~~ [视频失效原因](https://shakaianee.top/archives/56/) ([Youtube 备链](https://www.youtube.com/watch?v=nfF91Z6fqGk))
39 39
40 40 ::: warning ⚠️声明
41 41
@@ -67,11 +67,10 @@ B站 API 采用 C/S 结构,大多数接口为 REST API 和 gRPC,少部分接
67 67 - [x] [APP API 签名](docs/misc/sign/APP.md)(`appkey`与`sign`)
68 68 - [x] [已知的 APPKey](docs/misc/sign/APPKey.md)
69 69 - [x] [Wbi 签名](docs/misc/sign/wbi.md)(`wts`与`w_rid`)
70
71 70 - [x] [公共错误码](docs/misc/errcode.md)
72 71 - [x] [图片格式化](docs/misc/picture.md)
73 72 - [x] [bvid 说明](docs/misc/bvid_desc.md)
74 - [ ] [设备唯一标识BUVID](docs/misc/device_identity.md)
73 - [ ] [设备唯一标识 BUVID](docs/misc/device_identity.md)
75 74 - [ ] [gRPC API 接口定义](grpc_api)
76 75 - [ ] [登录](docs/login)
77 76 - [x] [登录操作 (人机认证)](docs/login/login_action)
@@ -189,7 +188,7 @@ B站 API 采用 C/S 结构,大多数接口为 REST API 和 gRPC,少部分接
189 188 - [ ] [充电](docs/electric)
190 189 - [ ] [包月充电](docs/electric/monthly.md)
191 190 - [ ] 自定义充电
192 - [x] [B币方式充电](docs/electric/Bcoin.md)
191 - [x] [B 币方式充电](docs/electric/Bcoin.md)
193 192 - [x] [微信 & 支付宝方式充电](docs/electric/WeChat&Alipay.md)
194 193 - [x] [充电留言](docs/electric/charge_msg.md)
195 194 - [x] [充电列表](docs/electric/charge_list.md)
@@ -245,9 +244,9 @@ B站 API 采用 C/S 结构,大多数接口为 REST API 和 gRPC,少部分接
245 244 - [x] [青少年模式](docs/teenager/teenager_mode.md)
246 245 - [ ] 亲子平台
247 246 - [ ] 课堂模式
248 - [ ] B币钱包
247 - [ ] B 币钱包
249 248 - [ ] 基本信息
250 - [ ] B币充值
249 - [ ] B 币充值
251 250 - [ ] 贝壳相关
252 251 - [ ] [哔哩哔哩漫画](docs/manga)
253 252 - [ ] 用户信息
@@ -258,11 +257,11 @@ B站 API 采用 C/S 结构,大多数接口为 REST API 和 gRPC,少部分接
258 257 - [x] [漫画赛季](docs/manga/Season.md)
259 258 - [x] [漫读券/已购相关](docs/manga/User.md)
260 259 - [x] [下载](docs/manga/Download.md)
261 - [x] [data.index解析](docs/manga/index_file.md)
260 - [x] [data.index 解析](docs/manga/index_file.md)
262 261 - [ ] [获取轻享卡信息](docs/manga/light_card.md)
263 262 - [ ] 哔哩哔哩游戏
264 263 - [ ] [终端网络查询](docs/clientinfo)
265 - [x] [基于 ip 的地理位置查询](docs/clientinfo/ip.md)
264 - [x] [基于 IP 的地理位置查询](docs/clientinfo/ip.md)
266 265 - [ ] [其他](docs/misc)
267 266 - [x] [获取当前时间戳](docs/misc/time_stamp.md)
268 267 - [ ] [web端组件](docs/web_widget)
@@ -282,13 +281,13 @@ B站 API 采用 C/S 结构,大多数接口为 REST API 和 gRPC,少部分接
282 281
283 282 ## 📖相关协议基础
284 283
285 http 协议:[传送门](https://www.cnblogs.com/an-wen/p/11180076.html)
284 HTTP 协议:[传送门](https://www.cnblogs.com/an-wen/p/11180076.html)
286 285
287 json 序列格式:[传送门](https://www.sojson.com/json/json_index.html)
286 JSON 序列格式:[传送门](https://www.sojson.com/json/json_index.html)
288 287
289 xml 序列格式:[传送门](https://www.w3school.com.cn/xml/xml_intro.asp)
288 XML 序列格式:[传送门](https://www.w3school.com.cn/xml/xml_intro.asp)
290 289
291 protobuf 序列格式:[传送门](https://www.jianshu.com/p/a24c88c0526a )
290 ProtoBuf 序列格式:[传送门](https://www.jianshu.com/p/a24c88c0526a)
292 291
293 292 ## 💦交流
294 293
@@ -319,11 +318,11 @@ OR Aifadian:[https://afdian.net/@ShakaiAneE](https://afdian.net/@ShakaiAneE)
319 318 - [fython/BilibiliAPIDocs](https://github.com/fython/BilibiliAPIDocs)
320 319 - [czp3009/bilibili-api](https://github.com/czp3009/bilibili-api)
321 320 - [Vespa314/bilibili-api](https://github.com/Vespa314/bilibili-api)
322 - [wnstar/bili-utils](https://github.com/wnstar/bili-utils)
323 - [lovelyyoshino/Bilibili-Live-API](https://github.com/lovelyyoshino/Bilibili-Live-API)
324 - [flaribbit/bilibili-manga-spider](https://github.com/flaribbit/bilibili-manga-spider)
325 - [simon300000/bili-api](https://github.com/simon300000/bili-api)
326 - [iyear/biligo](https://github.com/iyear/biligo) Bilibili API SDK in Golang
321 - [Pengfei00/bili-utils](https://github.com/Pengfei00/bili-utils): bilibili 工具箱
322 - [lovelyyoshino/Bilibili-Live-API](https://github.com/lovelyyoshino/Bilibili-Live-API): Bilibili 直播/番剧 API 文档
323 - [flaribbit/bilibili-manga-spider](https://github.com/flaribbit/bilibili-manga-spider): Bilibili 漫画爬虫
324 - [simon300000/bili-api](https://github.com/simon300000/bili-api): Bilibili Node.js API
325 - [iyear/biligo](https://github.com/iyear/biligo): Bilibili API SDK in Golang
327 326 - [bilibili-openplatform/demo](https://github.com/bilibili-openplatform/demo): 哔哩哔哩开放平台示例代码库
328 327 - [ddiu8081/blive-message-listener](https://github.com/ddiu8081/blive-message-listener): Bilibili-live danmu listener with type. Bilibili 直播间弹幕监听库,支持类型输出。
329 328 - [Nemo2011/bilibili-api](https://github.com/Nemo2011/bilibili-api): 哔哩哔哩常用API调用。支持视频、番剧、用户、频道、音频等功能。工具齐全。
@@ -332,25 +331,23 @@ OR Aifadian:[https://afdian.net/@ShakaiAneE](https://afdian.net/@ShakaiAneE)
332 331 ### 成品
333 332
334 333 - [NullPointerException/AnimePipe](https://codeberg.org/NullPointerException/AnimePipe): 功能完善的Android流媒体综合客户端,支持Bilibili, Youtube, NicoNico
335 - [3Shain/BiliChat](https://github.com/3Shain/BiliChat) : 基于h5的B站直播弹幕姬
336 - [AncientLysine/BiliLocal](https://github.com/AncientLysine/BiliLocal):本地弹幕播放器
337 - [zyzsdy/biliroku](https://github.com/zyzsdy/biliroku):bilibili 生放送(直播)录制
338 - [otakustay/danmaku-to-ass](https://github.com/otakustay/danmaku-to-ass):A站B站弹幕转字幕文件
339 - [bilibili-helper/bilibili-helper-o](https://github.com/bilibili-helper/bilibili-helper-o):哔哩哔哩 (bilibili.com) 辅助工具,可以下载视频,查询弹幕发送人以及一些十分实用的直播区功能。
340 - [apachecn/BiliDriveEx](https://github.com/apachecn/BiliDriveEx):基于B站相簿上传的文件分块索引存储器
341 - [apachecn/CDNDrive](https://github.com/apachecn/CDNDrive):基于B站相簿上传的文件分块索引存储器
342 - [Hsury/BiliDrive](https://github.com/Hsury/BiliDrive):基于B站相簿上传的文件分块索引存储器
343 - [Tsuk1ko/bilibili-live-chat](https://github.com/Tsuk1ko/bilibili-live-chat):无后端的仿 YouTube Live Chat 风格的简易 Bilibili 弹幕姬
344 - [ironmanic/crawler_target_users_good](https://github.com/ironmanic/crawler_target_users_good):搜索bilibili特定视频,为评论 点赞,关注,私信,一体化服务
345 - [dd-center/DDatElectron](https://github.com/dd-center/DDatElectron):DD@Home 分布式项目, 桌面客户端
346 - [dd-center/vtbs.moe](https://github.com/dd-center/vtbs.moe):B站VTB数据中心
347 - [catlair/BiliOutils](https://github.com/catlair/BiliOutils):利用Docker,青龙面板,以及各种云函数等实现 B 站每日自动投币,会员大积分,漫画阅读和抢兑,领取大会员福利,大会员月底给自己充电等。每天轻松获取65经验值。
348 - [the1812/Bilibili-Evolved](https://github.com/the1812/Bilibili-Evolved):强大的哔哩哔哩增强脚本: 下载视频, 音乐, 封面, 弹幕 / 简化直播间, 评论区, 首页 / 自定义顶栏, 删除广告, 夜间模式 / 触屏设备支持
334 - [3Shain/Comen](https://github.com/3Shain/Comen): 基于h5的B站直播弹幕姬
335 - [AncientLysine/BiliLocal](https://github.com/AncientLysine/BiliLocal): 本地弹幕播放器
336 - [zyzsdy/biliroku](https://github.com/zyzsdy/biliroku): bilibili 生放送(直播)录制
337 - [otakustay/danmaku-to-ass](https://github.com/otakustay/danmaku-to-ass): A站B站弹幕转字幕文件
338 - [bilibili-helper/bilibili-helper-o](https://github.com/bilibili-helper/bilibili-helper-o): 哔哩哔哩 (bilibili.com) 辅助工具,可以下载视频,查询弹幕发送人以及一些十分实用的直播区功能。
339 - [apachecn/CDNDrive](https://github.com/apachecn/CDNDrive): 基于B站相簿上传的文件分块索引存储器
340 - [Hsury/BiliDrive](https://github.com/Hsury/BiliDrive): 基于B站相簿上传的文件分块索引存储器
341 - [Tsuk1ko/bilibili-live-chat](https://github.com/Tsuk1ko/bilibili-live-chat): 无后端的仿 YouTube Live Chat 风格的简易 Bilibili 弹幕姬
342 - [ironmanic/crawler_target_users_good](https://github.com/ironmanic/crawler_target_users_good): 搜索bilibili特定视频,为评论 点赞,关注,私信,一体化服务
343 - [dd-center/DDatElectron](https://github.com/dd-center/DDatElectron): DD@Home 分布式项目, 桌面客户端
344 - [dd-center/vtbs.moe](https://github.com/dd-center/vtbs.moe): B站VTB数据中心
345 - [the1812/Bilibili-Evolved](https://github.com/the1812/Bilibili-Evolved): 强大的哔哩哔哩增强脚本: 下载视频、音乐、封面、弹幕 / 简化直播间、评论区、首页 / 自定义顶栏、删除广告、夜间模式 / 触屏设备支持
349 346 - [xlzy520/bili-short-url](https://github.com/xlzy520/bili-short-url): 哔哩哔哩短链生成器
350 347 - [zjkwdy/bili_app_splash](https://github.com/zjkwdy/bili_app_splash): B站壁纸娘和开屏图自动下载,每天使用Actions自动同步
351 348 - [Jannchie/BiliOB](https://github.com/Jannchie/BiliOB): BiliOB观测者是一个观测B站UP主及视频数据变化,并予以分析的Web应用程序
352 349 - [biliob233/biliob233.github.io](https://github.com/biliob233/biliob233.github.io): ~~无可奉告~~
353 - [biliup/biliup](https://github.com/biliup/biliup): 全自动录播、投稿工具,也支持twitch、ytb频道搬运。提供分p上传b站接口,腾讯云内网免流+大幅提速
350 - [biliup/biliup](https://github.com/biliup/biliup): 全自动录播、投稿工具,支持录制直播弹幕,也支持Youtube、twitch直播回放列表自动搬运到B站
354 351 - [ddiu8081/bilicli](https://github.com/ddiu8081/bilicli): Bilibili-live danmu dashboard in your terminal.
355 352 - [MotooriKashin/Bilibili-Old](https://github.com/MotooriKashin/Bilibili-Old): 恢复旧版Bilibili页面,为了那些念旧的人。
356 353 - [SocialSisterYi/bcut-asr](https://github.com/SocialSisterYi/bcut-asr): 使用必剪API的语音字幕识别
@@ -358,14 +355,10 @@ OR Aifadian:[https://afdian.net/@ShakaiAneE](https://afdian.net/@ShakaiAneE)
358 355
359 356 ### 其他
360 357
361 - [kuresaru/geetest-validator](https://github.com/kuresaru/geetest-validator):geetest调试器
362
363 - [uw-labs/bloomrpc](https://github.com/uw-labs/bloomrpc): GUI Client for GRPC Services
364
358 - [kuresaru/geetest-validator](https://github.com/kuresaru/geetest-validator): GeeTest 调试器
359 - [bloomrpc/bloomrpc](https://github.com/bloomrpc/bloomrpc): GUI Client for GRPC Services
365 360 - [grpc/grpc](https://github.com/grpc/grpc): The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
366
367 - [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反序列化所需类,以便于快速反序列化,
368 有网页版
361 - [glideapps/quicktype](https://github.com/glideapps/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反序列化所需类,以便于快速反序列化,有网页版
369 362
370 363 <style scoped>
371 364 .shields a {