7 lines
121 B
Python
7 lines
121 B
Python
from tgtg import TgtgClient
|
|
|
|
client = TgtgClient(email="your email here")
|
|
creds = client.get_credentials()
|
|
|
|
print(creds)
|