15 lines
505 B
Python
15 lines
505 B
Python
#########################################
|
|
# #
|
|
# AUTOGENERATED BY SETUPKEYTOOL V1.0.03 #
|
|
# THIS IS SENSITIVE INFORMATION #
|
|
# @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="adsf", refresh_token="asdf", cookie="asfd")
|