|
||
---|---|---|
LICENSE | ||
Pipfile | ||
Pipfile.lock | ||
README.md | ||
add_banner.py | ||
banner_history.json | ||
banner_parser.py | ||
generated_history.xlsx | ||
genshin_wish_history.json | ||
main.py | ||
paimonmoe_wish_history.xlsx |
README.md
paimon_moe_importing
Export your history from hotgames.gg and import it to paimon.moe tool
Setting up
- If you don't have pipenv, run
pip install pipenv
git clone https://github.com/mostm/paimon_moe_importing.git
cd paimon_moe_importing
pipenv sync
Getting the history from hotgames.gg
- Go to https://genshin.hotgames.gg/wish-counter
- Press F12 to open the developer menu and go to the
Network
tab. - While it is open, refresh the page.
- After a few seconds, use the
Filter by URL
bar and typegenshin_wish_history
- Right click on the request that appears and click
Open in new tab
- Press
Ctrl + S
and save the json file in thepaimon_moe_importing
folder without renaming it (it sould be calledgenshin_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 calledgenerated_history.xlsx
. - On paimon.moe, click on
Settings
at the top of the wish page and click onImport from Excel
. Drag and drop or select thegenerated_history.xlsx
file.