Skip to content

A module that allows you to create cards for your projects based on the games Honkai Star Rail and Genshin Impact

Notifications You must be signed in to change notification settings

DEViantUA/GenshinPyRail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A module that allows you to create cards for your projects based on the games Honkai Star Rail and Genshin Impact

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages