Commit Graph

70 Commits

Author SHA1 Message Date
kinori
20867a2135 修复开放平台接口启用的判断逻辑 2023-09-02 12:42:40 +08:00
kinori
ad1fd62f29 添加对直播开放平台接口及WS的支持 2023-09-02 11:52:04 +08:00
dependabot[bot]
28645d5e37 Bump aiohttp from 3.7.4 to 3.8.5
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.7.4 to 3.8.5.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.7.4...v3.8.5)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-27 22:32:00 +08:00
John Smith
3aca749ef6 修改模型默认值为非None 2023-07-26 22:37:02 +08:00
John Smith
1a53178f5b 补充Protobuf协议模型 2023-07-26 22:22:37 +08:00
TomatoPuddin
2b04284ae3
从弹幕消息的 dm_v2 字段读取用户头像 url (#30)
* 从弹幕消息的 dm_v2 字段读取用户头像url

* 移除调试代码
2023-07-08 13:02:09 +08:00
Xu Siyuan
9d92fcdc91 在 send_auth 时使用主播 uid 作为默认 uid 2023-07-03 22:10:02 +08:00
John Smith
924b99eed6 最低支持的Python版本升级到3.8 2023-03-26 00:51:50 +08:00
John Smith
61e6825d4e 兼容Python 3.10 2023-03-25 18:28:32 +08:00
John Smith
2cca7354b1 修改请求User-Agent,预防将来被屏蔽 2022-06-18 21:27:23 +08:00
John Smith
d8f7f6b782 解析业务消息被停止时不打印消息日志 2021-12-19 18:10:54 +08:00
John Smith
cfda838e01 升级弹幕协议版本 2021-12-18 20:26:51 +08:00
John Smith
7ac4966c92 修改例程,添加同时监听多个直播间 2021-12-18 18:05:07 +08:00
John Smith
28dfc12a90 处理认证失败的情况 2021-12-18 15:46:30 +08:00
John Smith
62df6345c4 整理解包代码 2021-12-18 14:42:11 +08:00
John Smith
60c60e69c5 发送心跳包添加错误处理 2021-12-18 01:18:05 +08:00
John Smith
afa04d557b 整理日志、修复心跳包解析错误的问题 2021-12-18 00:50:45 +08:00
John Smith
89b540dddd 多个消息处理器并发处理、继续整理客户端代码 2021-12-15 23:44:44 +08:00
John Smith
2fdfc88fb2 整理客户端代码 2021-12-15 21:12:09 +08:00
John Smith
34d1a8a44a 修改客户端生命周期接口 2021-12-15 00:09:07 +08:00
John Smith
fd9fdae6ef 客户端模块改名 2021-12-13 00:14:51 +08:00
John Smith
b5fc26c3e8 拆出消息处理模块 2021-12-13 00:07:00 +08:00
John Smith
104a080167 拆出模型模块 2021-12-12 21:54:07 +08:00
John Smith
0404f97134 blivedm模块移到包内 2021-12-12 19:28:12 +08:00
John Smith
4669b2c1c9 添加HTTP请求超时 2021-03-28 17:47:23 +08:00
dependabot[bot]
7b50f1ea9c
Bump aiohttp from 3.5.4 to 3.7.4 (#15)
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.5.4 to 3.7.4.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.5.4...v3.7.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-26 12:17:25 +08:00
poorguy
e89db0afcd
提升README.md可读性 (#14)
* 提升README.md可读性

* Update README.md

* update variable name

* update variable name
2021-02-05 21:45:01 +08:00
John Smith
13712f89eb 添加接收消息超时 2021-01-31 13:47:32 +08:00
John Smith
dca7f1499f 优化代码 2021-01-31 13:11:20 +08:00
John Smith
8d8cc8c270 修正B站API错误信息字段 2020-10-17 17:09:02 +08:00
John Smith
3156142011 init_room支持降级,提高可用性 2020-10-11 12:43:11 +08:00
John Smith
4c64c1bd1e 整理已知命令 2020-08-09 20:28:45 +08:00
John Smith
7a4c039786 新舰长消息礼物ID字段改变 2020-08-09 13:17:35 +08:00
John Smith
6618bf5c48 更新初始化房间API 2020-07-19 22:17:32 +08:00
John Smith
d173228c5f
Merge pull request #10 from brainbush/patch-1
修复以获取正确的token
2020-05-20 18:37:20 +08:00
brainbush
66cb4a8c93
修复以获取正确的token 2020-05-20 01:06:40 +08:00
John Smith
15669a2084 兼容B站弹幕升级(SC日文翻译字段改变) 2020-01-12 22:21:53 +08:00
John Smith
87651f044c 修复了有时重连不会切换弹幕服务器的问题 2019-11-27 01:10:13 +08:00
John Smith
23f3d1fc11 兼容B站弹幕升级(有些消息没有cmd) 2019-11-13 23:26:25 +08:00
John Smith
efc7f3b3f8 兼容B站弹幕升级(新舰长消息礼物ID字段改变) 2019-10-13 20:02:57 +08:00
John Smith
fb9b687e58 更新已知命令 2019-10-06 11:06:51 +08:00
John Smith
1613238420 修复SC礼物key错误 2019-09-23 22:18:55 +08:00
John Smith
f5d609df40 添加SuperChat 2019-09-23 21:43:37 +08:00
John Smith
922d4d6615 更新已知命令 2019-09-18 00:09:02 +08:00
John Smith
22b159e0cb 更新已知命令 2019-09-16 23:05:49 +08:00
John Smith
be92ac5797 升级协议版本 2019-09-15 18:46:45 +08:00
John Smith
9eb953720c 兼容B站弹幕升级(勋章信息多了一个) 2019-07-10 15:16:17 +08:00
John Smith
003d89e976 修复一些错误捕获不到的问题 2019-06-21 17:45:21 +08:00
John Smith
0d63944da4 修复无法取消协程的问题 2019-06-20 23:23:59 +08:00
John Smith
2f705b86ce 添加错误处理 2019-06-12 22:32:34 +08:00