Skip to content

Instantly share code, notes, and snippets.

View HippoProgrammer's full-sized avatar
✈️
i go fly plen

HippoProgrammer HippoProgrammer

✈️
i go fly plen
View GitHub Profile
# A quick and dirty script to convert old Lurkr-format data extracted from Arcane to new Lurkr-format
import json
import os
from copy import deepcopy
input_file = 'None'
while not os.path.exists(input_file):
input_file = str(input('Input file path? '))
output_file = "output.json"