In-game achievement parser for Genshin Impact
Go to file
Levent Duivel 6b588fb724
Create README.md
2023-10-12 15:31:33 +05:00
assets Initial release 2023-10-12 15:07:15 +05:00
LICENSE Initial commit 2023-10-12 15:06:20 +05:00
Pipfile Initial release 2023-10-12 15:07:15 +05:00
Pipfile.lock Initial release 2023-10-12 15:07:15 +05:00
README.md Create README.md 2023-10-12 15:31:33 +05:00
build.cmd Initial release 2023-10-12 15:07:15 +05:00
main.py Initial release 2023-10-12 15:07:15 +05:00
main.spec Initial release 2023-10-12 15:07:15 +05:00
submit_to_gc.py Initial release 2023-10-12 15:07:15 +05:00
submit_to_gc.spec Initial release 2023-10-12 15:07:15 +05:00
upx.exe Initial release 2023-10-12 15:07:15 +05:00
utils.py Initial release 2023-10-12 15:07:15 +05:00

README.md

GI_AchievementParser

In-game achievement parser for Genshin Impact

Installing

Running

Run GI_AchievementParser.exe (it will ask for admin rights - this is normal) and press Enter in the console window.

Before you do that, keep in mind - do not touch keyboard or mouse during scanning (or you will have to start over).

In-case you want to quit scanning, just spam Windows key. It should stop after a few tries.

Uploading data to Genshin Center

After scan is complete, you might want to upload that data somewhere. I've included my script for uploading to Genshin Center To do that, copy your "Cookies" from Chrome (as a string) Quick how-to:

  1. Press Ctrl+Shift+I in open "Genshin Center" window.
  2. Open "Network" tab.
  3. Select any request out of "session", "profile" or "achievements" (with that exact name).
  4. Scroll a bit, until you get to "Request headers". You should see text "Cookie:" and it's data on the right side. Copy it. image
  5. Run Загрузчик в Genshin-Center.exe (it should be in the same folder as GI_AchievementParser.exe and it's results folder)
  6. Paste your Cookies that you just copied.
  7. ...
  8. PROFIT!