thesadru / genshinstats

PLEASE USE GENSHIN.PY A python library that can get the stats of Genshin Impact players using Mihoyo's API. PLEASE USE GENSHIN.PY
https://thesadru.github.io/pdoc/genshinstats/
MIT License
265 stars 38 forks source link

Update redeem description #21

Closed opabravo closed 3 years ago

opabravo commented 3 years ago

Actually, it only requires additional account_token cookie

thesadru commented 3 years ago

imo this could cause a bit of confusion. You can also use account_id and cookie_token cookies for all other endpoints. Telling users they should use only a cookie_token but still keep ltuid would lead to confusion as to what the second token is exactly for. Also, I'd like to be consistent with the How can I get my cookies? section of the readme. Maybe a minor comment in that section saying that ltuid and account_id are interchangeable would be enough.