Skip to content

Commit

Permalink
添加综合搜索 热搜 以及默认搜索
Browse files Browse the repository at this point in the history
  • Loading branch information
SocialSisterYi committed Jul 29, 2020
1 parent 608479a commit 0183d88
Showing 4 changed files with 935 additions and 6 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -21,9 +21,9 @@
<h3 align="center">不断更新中....</h3>
本项目旨在对B站web端、移动端以及TV端散落在世界各地的野生api进行收集整理,研究使用方法并对其进行说明,运用了黑箱法、控制变量法、js逆向分析法、网络抓包法等研究办法

所有api均为标准http协议,返回值大都为json
所有api均为标准http协议,返回数据大都为json或protobuf

所有http协议地址均可使用https
PS:所有http协议地址均可使用https,文档中为了统一写作`http`,为了数据安全建议所有接口使用https

小小的Demo:[av583785685](https://www.bilibili.com/video/av583785685)

@@ -94,9 +94,9 @@
- [排行榜](ranking&dynamic/ranking.md)x
- [最新动态](ranking&dynamic/dynamic.md)x
- [搜索](search)
- [搜索请求](search/search_request.md)×
- [搜索请求](search/search_request.md)
- [搜索结果](search/search_response.md)
- 热搜
- [默认搜索&热搜](search/hot.md)
- 搜索建议
- [小黑屋](blackroom)
- 基本信息
@@ -191,10 +191,16 @@ https://github.com/Hsury/Bilibili-Toolkit

https://github.com/whjstc/openbilibili-go-common-1

https://github.com/wnstar/bili-utils

成品:

https://github.com/AncientLysine/BiliLocal

https://github.com/zyzsdy/biliroku

https://github.com/otakustay/danmaku-to-ass

https://github.com/bilibili-helper/bilibili-helper-o

https://github.com/apachecn/BiliDriveEx
@@ -205,8 +211,12 @@ https://github.com/Hsury/BiliDrive

https://github.com/Tsuk1ko/bilibili-live-chat

https://github.com/ironmanic/crawler_target_users_good

其他:

https://github.com/kuresaru/geetest-validator

https://github.com/Hsury/Geetest3-Crack

https://github.com/SocialSisterYi/bv2av_convert
2 changes: 1 addition & 1 deletion login/login_action/QR.md
Original file line number Diff line number Diff line change
@@ -96,7 +96,7 @@ curl 'http://passport.bilibili.com/qrcode/getLoginUrl'
| message | str | 错误信息 | 正确无 |
| ts | num | 扫码时间 | 错误无 |
| status | bool | 扫码是否成功 | true:成功<br />false:未成功 |
| data | 正确时:obj<br />错误时:num | 正确时:游戏分站url<br />错误时:错误代码 | 未成功时:<br />-1:秘钥错误<br />-2:秘钥超时<br />-4:未扫描<br />-5:未确认 |
| data | 正确时:obj<br />错误时:num | 正确时:游戏分站url<br />错误时:错误代码 | 未成功时:<br />-1:密钥错误<br />-2:密钥超时<br />-4:未扫描<br />-5:未确认 |

data 对象:
| 字段 | 类型 | 内容 | 备注 |
Loading

0 comments on commit 0183d88

Please sign in to comment.