Commit Graph

26 Commits

Author SHA1 Message Date
John Smith
300840fd65 移除了一堆没用的特性
消息处理接口改成同步函数
消息处理器从数组改成单个对象
移除web端短ID属性
移除SSL配置
消息处理器添加客户端异常停止的回调
2023-09-03 18:09:48 +08:00
John Smith
74b9cdc100 添加开放平台消息模型 2023-09-03 16:53:08 +08:00
John Smith
d55f001c67 支持自动获取UID、添加使用已登录账号连接的演示 2023-09-02 12:40:38 +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
7ac4966c92 修改例程,添加同时监听多个直播间 2021-12-18 18:05:07 +08:00
John Smith
34d1a8a44a 修改客户端生命周期接口 2021-12-15 00:09:07 +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
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
15669a2084 兼容B站弹幕升级(SC日文翻译字段改变) 2020-01-12 22:21:53 +08:00
John Smith
f5d609df40 添加SuperChat 2019-09-23 21:43:37 +08:00
John Smith
be92ac5797 升级协议版本 2019-09-15 18:46:45 +08:00
John Smith
fe5b4ca2c9 各种方便的小修改 2019-06-06 21:50:51 +08:00
John Smith
3933226485 方便自定义命令处理 2019-03-23 23:58:02 +08:00
John Smith
e0959dddfb 修改重连过程、简化一些代码 2019-02-20 14:12:11 +08:00
John Smith
27c51d1342 websocket使用aiohttp 2019-02-20 00:25:14 +08:00
John Smith
0091ed9a77 Revert "几乎完全重写"
This reverts commit 07bc699f2c.
2019-02-19 23:15:00 +08:00
yjqiang
8d7d63f1bb close
close的设计参考了aiohttp 的ws client,非常感谢
2019-02-17 17:01:52 +08:00
yjqiang
07bc699f2c 几乎完全重写
reset roomid支持;断线重连更好地解决;更方便的自定义;支持aiohttp的session,可以提高较多房间时的效率与性能
2019-02-14 18:36:37 +08:00
John Smith
16faeadab8 添加错误处理函数、使用aiohttp 2018-06-03 14:06:00 +08:00
John Smith
11bacf8d43 添加取消SSL验证 2018-06-02 22:09:55 +08:00
John Smith
102674fcad 添加停止方法 2018-05-15 19:31:58 +08:00
John Smith
203f503ecc 发送心跳包 2018-05-13 23:49:32 +08:00
John Smith
1e58ad78fc Initial commit 2018-05-13 21:57:36 +08:00