In-game achievement parser for Genshin Impact
Go to file
Levent Duivel db59acb9ac
README_ru: Add language header
2023-10-13 14:29:49 +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 README_en: Add language header 2023-10-13 14:29:20 +05:00
README_ru.md README_ru: Add language header 2023-10-13 14:29:49 +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 submit_to_gc: Forgot to remove my debugging "trick" 2023-10-13 14:09:19 +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

English | Русский

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.

For that, 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!

Known issues

  • Does not scan achievements with "steps" (5, 10 and 20 primogems) correctly.
  • Achievements with "steps" only counted as "Completed" on the last step (20 primo).
  • Achievements besides first category might not parse correctly (most of them are correct), keep this in mind and recheck manually after scanning.