Files
pfand_PKG/PfandApplication/tgtg_orderchecker/getkey/getapi.py
2025-04-16 12:58:00 +02:00

7 lines
121 B
Python

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