Package genshinstats
Wrapper for the Genshin Impact's api.
This is an unofficial wrapper for the Genshin Impact gameRecord and wish history api. Majority of the endpoints are implemented, documented and typehinted.
All endpoints require to be logged in with either a cookie or an authkey, read the README.md for more info.
https://github.com/thesadru/genshinstats
Expand source code Browse git
"""Wrapper for the Genshin Impact's api.
This is an unofficial wrapper for the Genshin Impact gameRecord and wish history api.
Majority of the endpoints are implemented, documented and typehinted.
All endpoints require to be logged in with either a cookie or an authkey, read the README.md for more info.
https://github.com/thesadru/genshinstats
"""
from .caching import *
from .daily import *
from .errors import *
from .genshinstats import *
from .hoyolab import *
from .map import *
from .transactions import *
from .utils import *
from .wishes import *
Sub-modules
genshinstats.caching
-
Install a cache into genshinstats
genshinstats.daily
-
Automatic sign-in for hoyolab's daily rewards …
genshinstats.errors
-
Genshinstats errors …
genshinstats.genshinstats
-
Wrapper for the hoyolab.com gameRecord api …
genshinstats.hoyolab
-
Wrapper for the hoyolab.com community api …
genshinstats.map
-
The official genshin map …
genshinstats.pretty
-
Prettifiers for genshinstats api returns …
genshinstats.transactions
-
Logs for currency "transactions" …
genshinstats.utils
-
Various utility functions for genshinstats.
genshinstats.wishes
-
Genshin Impact wish history …