From d0c7a0819060a22f8f17791a6dd2a752f54d2927 Mon Sep 17 00:00:00 2001 From: Levent Date: Mon, 14 Aug 2023 05:38:29 +0500 Subject: [PATCH] Explain how to run this thing... --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 2057daa..d84d1d6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # paimon_moe_importing Export your history from hotgames.gg and import it to paimon.moe tool + +## Setting up +1. `git clone https://github.com/mostm/paimon_moe_importing.git` +2. `cd paimon_moe_importing` +3. `pipenv sync` + +## 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.