Convert game data from Kemono Games format to Furry Games Index (FGI) YAML format.
Use Poetry to install the tool:
git clone https://github.com/kaixinol/Kemono-games2FGI-YAML-Tool.git
cd Kemono-games2FGI-YAML-Tool
poetry install
# Convert multiple game entries
py -m kemono_games2fgi_yaml_tool -i INPUT_FOLDER_FGI INPUT_FOLDER_KEMONO -o OUTPUT_FOLDER --sm.ms YOUR_TOKEN
# Convert a single YAML file
py -m kemono_games2fgi_yaml_tool -s SINGLE_YAML_FILE -o OUTPUT_FOLDER --sm.ms YOUR_TOKEN
This project is licensed under the MIT License. See the LICENSE file for details.