Its unofficial HoYoLab API Wrapper for getting hoyoverse some in-game data, including Genshin Impact, Honkai Impact 3rd.
Install
For NPM
npm install @vermaysha/hoyolab-api
For Yarn
yarn install @vermaysha/hoyolab-api
How to obtain HoYoLab Cookie
- To begin, login with your HoYoLab Account or from Battlepass.
- Type
java
in the address bar followed by the script down below. -
script:check = document.cookie.includes('ltoken') && document.cookie.includes('ltuid') || alert('Please logout and log back in before trying again, cookie is currently expired/invalid!'); cookie = document.cookie; check && document.write(`<p>${cookie}</p><br><button onclick="navigator.clipboard.writeText('${cookie}')">Click here to copy!</button><br>`)
- Once you've successfully ran the script, click the Click here to copy! button to copy the cookie.
- Finally, you can copy your cookie
Documentation
License
@vermaysha/hoyolab-api
Copyright (C) 2022 Ashary Vermaysha
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA