Export your history from hotgames.gg and import it to paimon.moe tool
This repository has been archived on 2025-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Hashblen 8d42b1bbe6
Merge 53ec2b5df8 into f4170afa6e
2023-12-31 18:46:09 +01:00
LICENSE Initial commit 2023-08-14 05:34:10 +05:00
Pipfile Bit more lax requirements 2023-12-31 17:36:56 +01:00
Pipfile.lock Add files via upload 2023-08-14 05:34:38 +05:00
README.md better readme 2023-12-31 18:41:33 +01:00
add_banner.py Add files via upload 2023-08-14 05:34:38 +05:00
banner_history.json Add files via upload 2023-08-14 05:34:38 +05:00
banner_parser.py Better readme + download fandom page by default 2023-12-31 18:38:09 +01:00
generated_history.xlsx Add files via upload 2023-08-14 05:34:38 +05:00
genshin_wish_history.json Add files via upload 2023-08-14 05:34:38 +05:00
main.py Better readme + download fandom page by default 2023-12-31 18:38:09 +01:00
paimonmoe_wish_history.xlsx Add files via upload 2023-08-14 05:34:38 +05:00

README.md

paimon_moe_importing

Export your history from hotgames.gg and import it to paimon.moe tool

Setting up

  1. If you don't have pipenv, run pip install pipenv
  2. git clone https://github.com/mostm/paimon_moe_importing.git
  3. cd paimon_moe_importing
  4. pipenv sync

Getting the history from hotgames.gg

  1. Go to https://genshin.hotgames.gg/wish-counter
  2. Press F12 to open the developer menu and go to the Network tab.
  3. While it is open, refresh the page.
  4. After a few seconds, use the Filter by URL bar and type genshin_wish_history
  5. Right click on the request that appears and click Open in new tab
  6. Press Ctrl + S and save the json file in the paimon_moe_importing folder without renaming it (it sould be called genshin_wish_history.json).

Running

  • Execute pipenv run python banner_parser.py to generate history banner list based on Fandom wiki (I hope they don't rework that...)
  • Execute pipenv run python main.py to generate Excel file for usage on the site, seems to work properly. The generated file is called generated_history.xlsx.
  • On paimon.moe, click on Settings at the top of the wish page and click on Import from Excel. Drag and drop or select the generated_history.xlsx file.