First commit

This commit is contained in:
Pablo Ferreiro
2022-03-06 19:19:54 +01:00
commit 846554395d
14 changed files with 256 additions and 0 deletions

9
TikTokSigner/Utils.py Normal file
View File

@@ -0,0 +1,9 @@
import time
import random
import string
class Utils:
@staticmethod
def verify_fp()-> str:
# TODO, add proper verify fp method
return 'verify_5b161567bda98b6a50c0414d99909d4b'