thesadru / genshin.py

API wrapper for HoYoLAB/Miyoushe API built on asyncio and pydantic.
https://thesadru.github.io/genshin.py
MIT License
395 stars 72 forks source link

Retire the need for cached genshin character names #61

Closed thesadru closed 1 year ago

thesadru commented 2 years ago

By fetching data dynamically from (for example) enka's database or ambr.top we could eliminate the need to have a pr every single genshin update.

Why not just use purely the API

Requirements

thesadru commented 1 year ago

Welp tests are passing, might as well just consider this done.