A python tool for importing flower scores into kamaitachi
- Clone this repository or download the zip file from here
- Install the required packages via the following command
pip install -r requirements.txt - Modify your config.py file
- Ensure
FLOWER_BASE_URLis set to the correct URL for your flower instance (for other instances) - Set your
FLOWER_SESSION- Login into flower
- Open dev tools
- Go to Storage (Firefox) / Application (Chrome)
- Go to Cookies
- Use the cookie with the name
flower_sessionin the flower domain
- Set your
TACHI_API_KEY- Login into kamaitachi
- Click top right profile icon
- Go to
My Integrations - Create a new API key for this tool
- Ensure
Caution
If you have lots of scores using -p all will send lots of requests to flower, and they will not appreciate that so try to only do it once.
-gor--games: Specify the game(s) and playstyle(s) to import.- Format:
game_code:playstyle(e.g.,iidx:SP,sdvx:Single,gitadora:Gita). - You can specify multiple games by listing them separated by spaces.
- You can also use
allto import all games.
- Format:
-por--pages: Specify the pages to import.- Format:
page_number(e.g.,1,2,3) orrecentto import all recent scores. - You can use
allto import all pages. - You can also
recentto import all scores based on most recent Tachi session. - You can specify a range of pages using a hyphen (e.g.,
1-3).
- Format:
-jor--json: Specify the output format as JSON.- This will save the imported scores in a JSON file instead of submitting directly to Tachi.
python flowertachi.py -g all -p recent
python flowertachi.py -g iidx:SP -p 1-3
python flowertachi.py -g jubeat:Single -p recent
python flowertachi.py -g ddr:SP ddr:DP -p all
I am not the most active arcade player, I don't exactly have the most data to test with so any errors please report them as an issue.
- The command you used
- The error of the command / kamaitachi error
- To view errors in kamaitachi go to this url and see if your import is there
- Please send the error message and Arg 0 input
- A link to your score (if possible) so I can see the score
- DanceDanceRevolution (SP/DP)
- GITADORA (Guitar/Drum/Bass)
- jubeat
- pop'n music
- beatmania IIDX (SP/DP)
- Sound Voltex
- MÚSECA (Note: MÚSECA Plus currently isn't available in kamaitachi, these scores won't show in kamaitachi)