GenshinPyRail
A module that allows you to create cards for your projects based on the games Honkai Star Rail and Genshin Impact
Install:
pip install genshinpyrail
Usage example:
from genshinpyrail import genshinpyrail
import asyncio
cookie = {"ltuid_v2": YOU_ltuid_v2, "ltoken_v2": "YOU_ltoken_v2", "ltmid_v2": "YOU_ltmid_v2"}
module = genshinpyrail.GenPyRail(cookie, "en")
async def main():
client = await module.set_by_uid(700649319)
print(client.game)
print(client.uid)
print(client.hoyolab_id)
help = await client.get_ascension(character_id= 1306)
help.card.show()
asyncio.run(main())
[!WARNING] The module is still in development and beta testing, there is no normal documentation, so if you want to find out what this module can do, open this file: HELP Well, or open the code: genshinpyrail.py
Release files for genshinpyrail 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| genshinpyrail-0.0.4.tar.gz | 5.6 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| genshinpyrail-0.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.3 MB
Release files / genshinpyrail-0.0.4.tar.gz
| Download URL | genshinpyrail-0.0.4.tar.gz |
|---|---|
| Size | 5.6 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0372d2bf208acfaaaa713e8f33cb177921b1d56fbcad23c9feac12e8b25ccf55
|
|
BLAKE2b-256 checksum How to use checksums |
ca64d2513bff652ca939882f3ec2e7d2d6c86c7af3073d7e0ec017815524bf3e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.6.1 CPython/3.11.5 Windows/10
|
Release files / genshinpyrail-0.0.4-py3-none-any.whl
| Download URL | genshinpyrail-0.0.4-py3-none-any.whl |
|---|---|
| Size | 5.6 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
052cee66880cf37365b3f8f223219e7bb82812f6fd7fb2354639e638c9e59820
|
|
BLAKE2b-256 checksum How to use checksums |
d343163c9201510daa6f3968e748edb55c4a543e36d05678ea4e325b2746f2f4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.6.1 CPython/3.11.5 Windows/10
|