Skip to main content

An API wrapper for Genshin Impact.

Project description

genshin.py

Modern API wrapper for Genshin Impact built on asyncio and pydantic.


Documentation: https://thesadru.github.io/genshin.py

Source Code: https://github.com/thesadru/genshin.py


The primary focus of genshin.py is convenience. The entire project is fully type-hinted and abstracts a large amount of the api to be easier to use.

Key features:

  • All data is in the form of Pydantic Models which means full autocompletion and linter support.
  • Requests are significantly faster thanks to proper usage of asyncio.
  • Chinese and Engrish names returned by the API are renamed to simpler English fields.
  • Supports the majority of the popular endpoints.
  • Cleanly integrates with frameworks like FastAPI out of the box.

Note: This library is a successor to genshinstats - an unofficial wrapper for the Genshin Impact api.

Requirements

  • Python 3.8+
  • aiohttp
  • Pydantic
pip install genshin

Example

A very simple example of how genshin.py would be used:

import asyncio
import genshin

async def main():
    cookies = {"ltuid": 119480035, "ltoken": "cnF7TiZqHAAvYqgCBoSPx5EjwezOh1ZHoqSHf7dT"}
    client = genshin.GenshinClient(cookies)

    data = await client.get_user(710785423)
    print(f"User has a total of {len(data.characters)} characters")

    await client.close()

asyncio.run(main())

Contributing

Any kind of contribution is welcome.

Before making a pull request remember to test your changes using pytest. Remember to set your LTUID and LTOKEN environment variables.

pip install genshin[test]
python -m pytest

Please also edit the documentation accordingly. You may see how the final documentation would look like by starting an mkdocs server.

pip install genshin[doc]
mkdocs serve

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

genshin-0.3.1.tar.gz (41.8 kB view details)

Uploaded Source

Built Distribution

genshin-0.3.1-py3-none-any.whl (49.1 kB view details)

Uploaded Python 3

File details

Details for the file genshin-0.3.1.tar.gz.

File metadata

  • Download URL: genshin-0.3.1.tar.gz
  • Upload date:
  • Size: 41.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for genshin-0.3.1.tar.gz
Algorithm Hash digest
SHA256 cac70bb9148b330c9c713f90d6ced5926cba41349a66b1c3244f3f5413fb8e95
MD5 6a384b9b5c3feb4d882548dd88c7fe8e
BLAKE2b-256 5dcf492816b09b87b6b592e216ad0b091f8328a40023d6e954f8e102b3bd5e60

See more details on using hashes here.

File details

Details for the file genshin-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: genshin-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 49.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for genshin-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c5f897f77f1446af8f9662078052f970a2316e4d6db04b174f9aa2c86fa7dbaa
MD5 c379c154a07f63900e4ef79963a384d4
BLAKE2b-256 22f6f3dd5d784d26ee5fb919271a14cda151142130a32996b58654cdf500bfa0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page