mirror of
https://github.com/PaiGramTeam/SIMNet.git
synced 2024-11-23 06:49:37 +00:00
📝 Update README.md
This commit is contained in:
parent
0cf35666ec
commit
19acdb26f1
@ -4,13 +4,13 @@ Modern API wrapper for Genshin Impact & Honkai: Star Rail built on asyncio and p
|
||||
|
||||
## Requirements
|
||||
|
||||
- Python 3.9+
|
||||
- Python 3.8+
|
||||
- httpx
|
||||
- Pydantic
|
||||
|
||||
## Example
|
||||
|
||||
A very simple example of how simnet would be used:
|
||||
A very simple example of how SIMNet would be used:
|
||||
|
||||
```python3
|
||||
import asyncio
|
||||
@ -26,8 +26,5 @@ async def main():
|
||||
asyncio.run(main())
|
||||
```
|
||||
|
||||
> Note that Hoyolab has not implemented Battle Chronicle for Honkai Star Rail yet (as of 05/16/2023).
|
||||
> HSR related features will be unavailable for global players. For more details, check issue #24
|
||||
|
||||
## Credits
|
||||
- [genshin.py](https://github.com/thesadru/genshin.py/): fork source
|
Loading…
Reference in New Issue
Block a user