Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

Repository files navigation

pre-commit.ci status

Modern API wrapper for Genshin Impact & Honkai: Star Rail built on asyncio and pydantic.

Requirements

  • Python 3.8+
  • httpx
  • Pydantic

Example

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())

Credits

About

Modern API wrapper for Genshin Impact & Honkai: Star Rail built on asyncio and pydantic.

Topics

Resources

License

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp