Files
pfand_PKG/PfandApplication/tgtg_orderchecker/getkey/getapi.py
2025-04-15 21:59:56 +02:00

7 lines
121 B
Python

from tgtg import TgtgClient
client = TgtgClient(email="your email here")
creds = client.get_credentials()
print(creds)