- Notifications
You must be signed in to change notification settings - Fork0
Modern API wrapper for Genshin Impact & Honkai: Star Rail built on asyncio and pydantic.
License
NotificationsYou must be signed in to change notification settings
PaiGramTeam/SIMNet
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Modern API wrapper for Genshin Impact & Honkai: Star Rail built on asyncio and pydantic.
- Python 3.8+
- httpx
- Pydantic
A very simple example of how SIMNet would be used:
importasyncioimportsimnetasyncdefmain():cookies= {}# write your cookiesplayer_id=123456789asyncwithsimnet.StarRailClient(cookies,player_id=player_id)asclient:data=awaitclient.get_starrail_user()print(f"Player has a total of{data.stats.avatar_num} characters")asyncio.run(main())
- genshin.py: fork source
About
Modern API wrapper for Genshin Impact & Honkai: Star Rail built on asyncio and pydantic.