|
|
61b671354b
|
版本推进
0.3.2
|
2022-08-10 14:11:17 +08:00 |
|
|
|
3f24dc2f1d
|
Add Release CI
|
2022-08-10 14:10:13 +08:00 |
|
scdhh
|
c63bb52540
|
Merge pull request #4 from shoucandanghehe/dependabot/pip/autopep8-1.7.0
Bump autopep8 from 1.6.0 to 1.7.0
|
2022-08-10 04:37:38 +08:00 |
|
dependabot[bot]
|
a0bc307aa6
|
Bump autopep8 from 1.6.0 to 1.7.0
Bumps [autopep8](https://github.com/hhatto/autopep8) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/hhatto/autopep8/releases)
- [Commits](https://github.com/hhatto/autopep8/compare/v1.6.0...v1.7.0)
---
updated-dependencies:
- dependency-name: autopep8
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-08-09 15:50:44 +00:00 |
|
|
|
d3258c2bb7
|
整理代码
|
2022-08-09 02:50:06 +08:00 |
|
|
|
b320a23c77
|
将数据库操作封装成类,并添加数据库路径的config选项
|
2022-08-09 02:12:29 +08:00 |
|
|
|
69e4cb97e3
|
import config
|
2022-08-09 01:39:45 +08:00 |
|
|
|
c6f83230c8
|
修复写入缓存时 传递了错误的变量的bug
|
2022-08-08 13:44:16 +08:00 |
|
|
|
e473dca4df
|
对于io_data_processor:
1.将请求相关封装成了Request类
2.新增了获取cookies后使用aiohttp请求的机制,理论上可以提速+减少不必要的性能开销,并且将cookies存储至cache
3.整理代码
新增config.py,用于配置cache路径
添加依赖项Brotli
|
2022-08-08 13:32:31 +08:00 |
|
scdhh
|
68028cf3d9
|
Merge pull request #3 from shoucandanghehe/dependabot/pip/pandas-stubs-1.4.3.220807
Bump pandas-stubs from 1.4.3.220801 to 1.4.3.220807
|
2022-08-08 13:22:22 +08:00 |
|
dependabot[bot]
|
10929bab03
|
Bump pandas-stubs from 1.4.3.220801 to 1.4.3.220807
Bumps [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) from 1.4.3.220801 to 1.4.3.220807.
- [Release notes](https://github.com/pandas-dev/pandas-stubs/releases)
- [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md)
- [Commits](https://github.com/pandas-dev/pandas-stubs/compare/v1.4.3.220801...v1.4.3.220807)
---
updated-dependencies:
- dependency-name: pandas-stubs
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-08-08 01:27:02 +00:00 |
|
scdhh
|
8e5e7d3c33
|
Create dependabot.yml
|
2022-08-08 08:56:40 +08:00 |
|
|
|
ec04af21d6
|
版本推进
0.3.1
|
2022-08-07 00:43:31 +08:00 |
|
|
|
2aef281e8c
|
修复正确请求到api后没有正确关闭浏览器标签页导致内存溢出的bug
|
2022-08-07 00:42:59 +08:00 |
|
|
|
2be62140ac
|
修复关闭数据库时错误使用await的错误
|
2022-08-07 00:39:42 +08:00 |
|
scdhh
|
88ba7cd3af
|
引入pylint对代码进行检查
代码规范:使用PEP8推荐的命名规范
删除Request模块,改为每个游戏的processor单独实现,因为每个游戏的api请求都不太一样
对于io_data_processor:
1. 引入了playwright以应对api套的cloudflare五秒盾
对于top_data_processor:
1. 添加了lxml和pandas的stubs库,并修复了所有type hint错误
对于sql:
1. 使用全局变量保存数据库连接对象,理论上运行一次只会连接一次数据库
2. 移动初始化数据库的hook函数到sql.py
其他:
优化代码
版本推进
0.3.0
|
2022-08-06 00:56:05 +00:00 |
|
|
|
5807a8c5fc
|
更新依赖
|
2022-07-29 04:48:54 +08:00 |
|
|
|
18b0d0033c
|
删除空行
|
2022-07-29 04:18:07 +08:00 |
|
|
|
9478ce9c71
|
修复top绑定时错误处理不存在的用户名的bug
|
2022-07-29 04:17:04 +08:00 |
|
|
|
f336b725d0
|
删除.pop
|
2022-07-29 04:03:04 +08:00 |
|
|
|
1d4b24a22b
|
修复top错误判断用户存在的bug
|
2022-07-29 04:02:42 +08:00 |
|
|
|
92619a9692
|
添加一些自称
|
2022-07-29 03:46:36 +08:00 |
|
|
|
35f799ee89
|
添加TOP查询的支持
|
2022-07-29 03:46:27 +08:00 |
|
scdhh
|
8fdffca530
|
Merge pull request #2 from Richard969/main
添加一些自称
|
2022-07-28 04:27:55 +08:00 |
|
Richard969
|
fd6e2e2367
|
添加一些自称
|
2022-07-28 02:18:37 +08:00 |
|
|
|
8ed1c20feb
|
修复tos查询游戏数据时没有有效记录会爆炸的bug
0.2.0
|
2022-07-25 04:11:42 +08:00 |
|
|
|
e5abc99590
|
tos增加一种命令前缀
|
2022-07-25 04:10:23 +08:00 |
|
|
|
d6449ddf8c
|
删除不需要的import
|
2022-07-24 17:35:41 +08:00 |
|
|
|
dcbab47833
|
修复命令前缀大写不能正确识别的bug
|
2022-07-24 17:25:06 +08:00 |
|
scdhh
|
e65c50e107
|
Update README.md
|
2022-07-24 17:25:06 +08:00 |
|
|
|
4525b84fc4
|
修复查AT时不能正确识别的bug
|
2022-07-24 17:25:06 +08:00 |
|
|
|
6207cdb3d9
|
修复IO输入用户名时大写查询爆炸的bug
|
2022-07-24 17:25:06 +08:00 |
|
|
|
f1291a9923
|
修复所有type hint(当时写的时候mypy炸了
使用神秘新架构
独立request模块
版本推进
fixed #1 [BUG] 茶服无法查询用户名内带有大写字母的用户
|
2022-07-24 17:24:37 +08:00 |
|
scdhh
|
0d2b37e78a
|
Create codeql-analysis.yml
|
2022-05-26 07:38:53 +08:00 |
|
scdhh
|
a8998b01a7
|
Create LICENSE
|
2022-05-26 07:35:48 +08:00 |
|
|
|
df6cb71e3f
|
添加了对查bot自身的情况的特判
|
2022-05-25 18:00:09 +08:00 |
|
|
|
2a19b9fe4c
|
修复IO绑定用户时 用户不存在导致报错和错误绑定的bug
|
2022-05-25 14:27:27 +08:00 |
|
|
|
a77e190cf7
|
版本推进
0.1.1
|
2022-05-24 19:01:58 +08:00 |
|
|
|
c9e7923243
|
格式化代码
|
2022-05-24 18:58:19 +08:00 |
|
|
|
1569e71da9
|
更新README
|
2022-05-24 18:49:08 +08:00 |
|
|
|
da4c3c01a6
|
移除依赖项nb-cli,并添加nonebot2作为新依赖
|
2022-05-24 18:48:32 +08:00 |
|
|
|
9786a1325b
|
添加开发依赖autopep8
|
2022-05-24 18:42:55 +08:00 |
|
|
|
4ef577687c
|
添加README 并发布到pypi
0.1.0
|
2022-05-24 11:52:44 +08:00 |
|
|
|
c7b9716a70
|
first commit
|
2022-05-24 10:38:31 +08:00 |
|