Commit Graph

57 Commits

Author SHA1 Message Date
1bc643437f
🔖 Bump Version to v0.1.12 2023-09-15 23:24:01 +08:00
9f6d35fc60
Support hoyolab redeem code 2023-09-15 23:19:49 +08:00
luoshuijs
f789d40bcc
🎨 Refactor RecordCard and Fix CI Check 2023-09-12 10:58:46 +08:00
091c257c3a Improve recognize_game_biz recognize_server 2023-09-11 21:08:44 +08:00
69f2a7b025
Support overseas genAuthKey 2023-09-11 19:32:44 +08:00
洛水居室
ca9e577ea6
🐛 Fix return type error and optimize variable naming 2023-09-07 23:38:48 +08:00
6760b3cbc2 Support starrail rogue locust 2023-09-06 21:11:56 +08:00
5801b6766d Support starrail resident 2023-09-06 21:11:56 +08:00
omg-xtao
8b432edec0
support qrcode login and stoken_v2 2023-08-09 13:40:08 +08:00
7646105c20
📝 Update typo 2023-08-05 19:02:25 +08:00
omg-xtao
4ebe5e006c
support oversea widget 2023-08-05 19:00:58 +08:00
omg-xtao
d3b3a4b62e
support aapi 2023-07-23 17:41:26 +08:00
洛水居室
abd73f4050
Revert "Update DailyRewardClient error handler" 2023-07-19 13:27:55 +08:00
409e0058f9
🐛 Fix daily reward lang 2023-07-19 13:02:22 +08:00
洛水居室
9970561cf7
🎨 Update DailyRewardClient error handler 2023-07-19 10:22:10 +08:00
d0f7ec35c3
🐛 Fix hoyolab game sign 2023-07-18 21:27:23 +08:00
386c14c149
Support query starrail activity 2023-07-18 21:14:16 +08:00
b29ecf51fa
♻️ Refactor device property to func 2023-07-18 20:13:07 +08:00
洛水居室
c2791a8619
🎨 Update request_daily_reward request header 2023-07-18 20:00:44 +08:00
omg-xtao
e66746da23
Support hoyolab auth methods 2023-07-18 14:31:06 +08:00
洛水居室
180b78fdab
🐛 Fix client stub 2023-07-18 13:19:53 +08:00
83680dc77d
🐛 Fix query hk4e token by cookie token 2023-07-17 15:34:43 +08:00
omg-xtao
70b683268b
🐛 Fix some genshin problems 2023-07-17 13:14:40 +08:00
luoshuijs
0354fe7aa5
🎨 Improve the Cookie class to allow it to accept more types of parameters 2023-06-24 19:30:54 +08:00
omg-xtao
0161ec695c
Add custom device header 2023-06-24 02:45:26 +08:00
omg-xtao
5962573495
Add starrail hoyolab diary 2023-06-23 22:54:42 +08:00
洛水居室
15c7228e2c
🎨 Add URLTypes 2023-06-12 10:59:36 +08:00
洛水居室
27325f2791
🎨 Add GenshinClient inheriting from CalculatorClient 2023-06-12 10:10:30 +08:00
omg-xtao
fc2faa805f
🐛 Fix RegionNotSupported Error 2023-06-11 22:19:20 +08:00
omg-xtao
db76c21d4a
Add starrail museum 2023-06-11 22:18:09 +08:00
luoshuijs
e6ec72272b
Add NeedChallenge and NotSupported exception 2023-06-11 15:15:00 +08:00
omg-xtao
9aaaec2d88
Add more starrail func 2023-06-09 22:55:51 +08:00
luoshuijs
a92a7f84f8
Add transaction client 2023-06-09 19:50:48 +08:00
luoshuijs
40d55ea0ee
Add diary client 2023-06-09 11:48:56 +08:00
luoshuijs
f6cf65ba2e
Add device fingerprint 2023-06-09 09:30:56 +08:00
luoshuijs
1a8053ea6b
🎨 Update get_record_card 2023-05-28 17:32:40 +08:00
842ad515cd
🐛 fix starrail wish model 2023-05-26 22:32:08 +08:00
luoshuijs
7671198c0c
BaseClient supports parsing cookies in str format
Co-authored-by: xtaodada <xtao@xtaolink.cn>
2023-05-17 16:07:11 +08:00
omg-xtao
dea36a405f
Support starrail user base info 2023-05-17 16:06:52 +08:00
deepsource-autofix[bot]
d161c62e13
🎨 format code with black 2023-05-12 11:24:06 +08:00
洛水居室
a1b78dcb14
Add get the genshin accounts 2023-05-11 17:35:24 +08:00
洛水居室
912a41fe45
Refactor auth client and add test 2023-05-09 16:06:32 +08:00
洛水居室
b74b9aef33
Refactor BaseClient class and add cookie property accessor
Added a `cookies` property accessor to the `BaseClient` class, which retrieves cookies from the `httpx` AsyncClient object and returns a `simnet.client.cookies.Cookies` object (which is a custom implementation of the `httpx.Cookies` class). Additionally, the initialization function was refactored to better support using cookies. Now, if `account_id` is not passed in, it will be retrieved from the cookies.
2023-05-09 15:19:36 +08:00
洛水居室
c2f562884e
Add Calculator Client 2023-05-09 11:50:01 +08:00
洛水居室
610686fa1b
🎨 Update Init 2023-05-08 11:13:56 +08:00
洛水居室
5f5c222f17
Add Lab Client 2023-05-08 10:00:01 +08:00
洛水居室
4250481727
🐛 Fix issues and improve functionality
- Fix issue with Daily Reward Client not running
- Update Wish Client to support multiple banner retrieval
- Fix issue with setting salt for dynamic secret
- Improve APIModel to support multiple aliases
- Add asyncio.sleep() to Wish paginator to prevent excessive requests

Co-authored-by: xtaodada <xtao@xtaolink.cn>
2023-05-08 08:56:24 +08:00
洛水居室
5d2d3609bb
Add Get Record Cards 2023-05-06 20:53:19 +08:00
洛水居室
10a1a22f68
Add Daily Reward Client 2023-05-05 22:15:40 +08:00
洛水居室
14b107b5a1
🎨 Organize client subdirectories and add __all__ variable
Moves all subdirectories from 'simnet/client' to 'simnet/client/components' and adds the `__all__` variable to all affected files.

This change is intended to improve code organization and make it easier to manage exported symbols from these modules.
2023-05-05 20:04:41 +08:00