Explain how to run this thing...

This commit is contained in:
Levent Duivel 2023-08-14 05:38:29 +05:00 committed by GitHub
parent 544d2cbdc6
commit d0c7a08190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -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.