A module that allows you to create cards for your projects based on the games Honkai Star Rail and Genshin Impact
Project description
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
genshinpyrail-0.0.4.tar.gz
(5.6 MB
view details)
Built Distribution
File details
Details for the file genshinpyrail-0.0.4.tar.gz
.
File metadata
- Download URL: genshinpyrail-0.0.4.tar.gz
- Upload date:
- Size: 5.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.5 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0372d2bf208acfaaaa713e8f33cb177921b1d56fbcad23c9feac12e8b25ccf55 |
|
MD5 | 2b2f0f82a52be2a7db40313484664f75 |
|
BLAKE2b-256 | ca64d2513bff652ca939882f3ec2e7d2d6c86c7af3073d7e0ec017815524bf3e |
File details
Details for the file genshinpyrail-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: genshinpyrail-0.0.4-py3-none-any.whl
- Upload date:
- Size: 5.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.5 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 052cee66880cf37365b3f8f223219e7bb82812f6fd7fb2354639e638c9e59820 |
|
MD5 | f3cb391746077e3511d56b6420481dce |
|
BLAKE2b-256 | d343163c9201510daa6f3968e748edb55c4a543e36d05678ea4e325b2746f2f4 |