Commit Graph

55 Commits

Author SHA1 Message Date
02d7b2ee58
Support bind mult players by one cookie 2024-07-30 16:33:41 +08:00
7ce772f0e2
⬆️ Update playwright requirement from 1.44.0 to 1.45.0 2024-07-06 18:34:36 +08:00
406a1ecc80
Support webhook 2024-06-23 15:45:14 +08:00
3c1943c9ae
support hoyolab verify 2024-05-31 10:03:19 +08:00
424222eda5
🐛 Fix token v2 parse 2024-04-06 16:21:29 +08:00
bacaecfd27
💄 Format with black 24.x.x 2024-03-16 18:43:20 +08:00
59e33eb468
🐛 Fix AttributeError in player manager 2024-02-06 12:36:44 +08:00
b1df0fa14d
🐛 Fix missing start handlers 2023-12-24 21:55:09 +08:00
omg-xtao
32e24d68a5
Seperate start command 2023-12-24 21:48:07 +08:00
omg-xtao
eef13a792f
support cookies import and export 2023-12-19 13:02:14 +08:00
omg-xtao
6bfd33b4e4
Support migrate user data 2023-12-16 18:10:42 +08:00
Lei Shi
82b478160c
🐛 Fix handle CookiesCachePoolExhausted gracefully 2023-11-23 13:17:27 +08:00
洛水居室
2db6895581
🎨 Improve Code
Remove unnecessary `else / elif` used after `return`
Update error handler
2023-11-17 20:02:43 +08:00
洛水居室
e9bfcf6eba
🐛 Correct Order of Exception Clauses
Resolves PYL-E0701: Bad except clauses order (ValueError is an ancestor class of UnicodeEncodeError)
2023-11-17 20:02:11 +08:00
洛水居室
3aa104c073
🎨 Improve the error message when account_id does not exist 2023-11-10 15:35:11 +08:00
dc6c7e313c
🔥 Remove qlogin 2023-11-08 22:45:59 +08:00
af17c8db3c
Use stoken v2 instead of v1 2023-11-04 18:45:42 +08:00
1340a6a975
🐛 Fix Malformed request in BindAccountPlugin 2023-10-25 22:44:04 +08:00
omg-xtao
e65a08b235
🐛 Fix support for Chinese public cookies 2023-10-19 18:58:51 +08:00
0b4dd0879a
🐛 Fix IntegrityError in setuid 2023-10-17 20:14:57 +08:00
洛水居室
c2535d01e9
🐛 Fix the missing account_id field when setting the Cookies 2023-10-10 19:04:51 +08:00
f801857884
🐛 Fix setcookie UnicodeEncodeError 2023-10-07 23:32:39 +08:00
b3c9273776
🐛 Fix setcookies IntegrityError 2023-10-02 15:45:32 +08:00
3ab8ac7c1b
🐛 Fix stoken is invaild 2023-09-25 20:45:33 +08:00
luoshuijs
7e7302a93e
🎨 Add cookies status update 2023-09-10 11:02:24 +08:00
omg-xtao
2b6732f3cb
Add job - daily_refresh_cookies 2023-09-09 22:39:37 +08:00
洛水居室
e330904d77
🐛 Fix the missing account_id field when setting the Cookies 2023-08-28 21:13:40 +08:00
8952760987
🐛 Fix stoken v2 do not save mid 2023-08-16 23:01:18 +08:00
1fafbea483
qlogin support get full token 2023-08-09 13:06:09 +08:00
omg-xtao
fcaf0d398e
Use SIMNet and Remove genshin.py
Co-authored-by: 洛水居室 <luoshuijs@outlook.com>
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
2023-07-19 13:52:30 +08:00
omg-xtao
c8bc3219c8
Support custom device 2023-06-17 11:48:36 +08:00
a59e6566e6
Support hoyolab account 2023-06-07 19:50:37 +08:00
c0c775615c
🐛 Fix setcookie do not save account_id 2023-05-12 21:30:15 +08:00
omg-xtao
35671604dd
🐛 Fix setuid bind account 2023-05-12 20:25:19 +08:00
omg-xtao
ea8e4eae1f
Support starrail player_card 2023-05-11 23:09:39 +08:00
550c6bbadd
Support starrail stats 2023-04-29 01:50:27 +08:00
a72be627da
👷 Update to HonkaiStarRailGram 2023-04-26 16:48:05 +08:00
洛水居室
387558bdaf
Update the expiration detection mechanism for public cookies and add status feedback 2023-04-04 23:46:04 +08:00
洛水居室
5799db53e3
🐛 Handling AccountNotFound exception caused by the uid not found 2023-03-29 16:35:24 +08:00
洛水居室
b40a478ca7
🐛 Fix incorrect type after updating cookies 2023-03-28 22:34:10 +08:00
洛水居室
a06eb61b49
🎨 Improve code quality 2023-03-27 10:55:12 +08:00
洛水居室
db2741b515
🐛 Fix ValueError caused by incorrect player ID 2023-03-27 09:56:27 +08:00
洛水居室
f03f524a47
Support cookies refresh and export 2023-03-27 09:44:22 +08:00
洛水居室
15f50253a3
🐛 Fix instance PlayerInfoSQLModel is not persisted 2023-03-17 17:45:19 +08:00
洛水居室
e025a3a656
🐛 Fix PlayerInfo is not persisted 2023-03-17 00:23:31 +08:00
洛水居室
c19eb4679a
🐛 Fix the issue of incorrect account_id retrieval 2023-03-16 11:03:24 +08:00
洛水居室
df1c00a0dd
🐛 Remove unexpected end tag 2023-03-15 23:51:12 +08:00
洛水居室
6435dabf39
🎨 Improve AccountCookies Plugin 2023-03-15 20:36:57 +08:00
洛水居室
4e87424766
Add binding by player ID 2023-03-15 20:32:36 +08:00
洛水居室
4cd8eda043
🎨 Delete the login_ticket after use 2023-03-14 22:03:33 +08:00