[14:13] chfoo: I have questions on the directory layout. What should be the layout if we have both short (like a char) and long (like 7 chars) shortcodes? and do we just turns everything not 0-9 to percent encoding? [15:55] willwill: what ever makes the most sense [15:57] i'm thinking of projectname/0-_.txt, projectname/00-__.txt, projectname/00/0000-00__.txt, projectname/00/00/000000-0000__.txt [15:59] so for every 2 characters a directory will be created and for the one or two last characters a file will be created one for 1 character and another one for 2 [16:00] anyway, I finished an exporter that doesn't make directories yet here: https://github.com/whs/terroroftinytown/commit/27abae7d4cfb9c195eff7df608cf436b92facd6e probably will be merged to main after I have tested for some time that I didn't broke anything [16:00] I refactored the main file to be class-based to use the same bootstrap process for exporter [16:02] and I added datetime field to results table (iirc i didn't pushed that yet) in case of exporting newer items only [16:10] sounds good, thanks