SkillAgentSearch skills...

SIMNet

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

Install / Use

/learn @PaiGramTeam/SIMNet
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Semi-Intransient Matrix Network

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:

import asyncio
import simnet

async def main():
    cookies = {} # write your cookies
    player_id = 123456789
    async with simnet.StarRailClient(cookies, player_id=player_id) as client:
        data = await client.get_starrail_user()
        print(f"Player has a total of {data.stats.avatar_num} characters")

asyncio.run(main())

Credits

View on GitHub
GitHub Stars23
CategoryDevelopment
Updated7d ago
Forks0

Languages

Python

Security Score

95/100

Audited on Mar 20, 2026

No findings