Skip to main content

No project description provided

Project description

genshin-recipe-data / genshinrecipes

A repository to keep a current copy of Genshin Impact's cooking recipe data. Updated on a best effort basis.

Why?

I'm making tools for myself as someone trying to be a completionist in a gacha game, despite how stupid it sounds.

This was originally in enkanomiya but since I am making another project using this data, it makes more sense to share a repository between the 2 projects.

For the record, all of this was typed out manually for the most part. There are future plans to make the data much better to contribute to, see #2.

Using it in Python

Install genshinrecipes from PyPI to use it in your (Python) project. There are currently 2 functions available.

genshinrecipes.return_data()

  • Returns the full JSON object.

genshinrecipes.filter_by_rarity(rarity: int)

  • Returns all recipes that are of a certain rarity (1-5).

Using it in not Python

Simply use the data in genshinrecipes/recipes.json (for example, you could use a git submodule). It's a big JSON object basically looking like this:

{
    "food-name": {
        "name": "Food Name",
        "rarity": 1,
        "location": "Where you can find it"
    }
    // and it goes on... and on
}

License

Unlicense, public domain, whatever you want to call it. You are free to use this data however you see fit, because I didn't make the game anyway.

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

genshinrecipes-2.6.0.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

genshinrecipes-2.6.0-py3-none-any.whl (6.8 kB view hashes)

Uploaded Python 3

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