19 lines
661 B
Python
19 lines
661 B
Python
#########################################
|
|
# #
|
|
# AUTOGENERATED BY SETUPKEYTOOL V1.0.03 #
|
|
# THIS IS SENSITIVE INFORMATION #
|
|
# #
|
|
# THIS IS FILLED IN BY THE #
|
|
# GUI ASSISTANT #
|
|
# #
|
|
# @ZockerKatze/@rattatwinko #
|
|
# #
|
|
#########################################
|
|
|
|
from tgtg import TgtgClient
|
|
|
|
# Don't ever give this Info to someone you dont trust!
|
|
# This is the Private Key to your TGTG Account
|
|
|
|
client = TgtgClient(access_token="", refresh_token="", cookie="")
|