we in there

This commit is contained in:
2018-05-26 00:29:32 +02:00
parent 6df24808ba
commit 103eec25f7
417 changed files with 58032 additions and 110264 deletions

View File

@@ -1,9 +1,11 @@
import sys, os
folder = sys.argv[1]
x = 0
for file in os.listdir(folder):
x = x+1
print(file)
if(file.endswith('.html')):
os.system('FriendsConverter.py "' + folder+"/"+file+'"')
os.system('python FriendsConverter.py "' + folder+"/"+file+'" '+str(x))
os.system('jsonCombiner.py "'+folder+'"')
os.system('python jsonCombiner.py "'+folder+'"')